Code

Filter effects dialog:
[inkscape.git] / src / document.h
index a3377f398287ad756e91387114c5aa4764f46c05..16300d170e1fa2a749c4385bd79ab8fa9d208bd8 100644 (file)
@@ -131,16 +131,16 @@ public:
        void emitReconstructionStart (void);
        void emitReconstructionFinish  (void);
 
+       unsigned long serial() const;
         void reset_key (void *dummy);
         sigc::connection _selection_changed_connection;
         sigc::connection _desktop_activated_connection;
 
-       void fitToRect(NRRect const & rect);
+       void fitToRect(NR::Rect const &rect);
 };
 
 SPDocument *sp_document_new (const gchar *uri, unsigned int keepalive, bool make_new = false);
 SPDocument *sp_document_new_from_mem (const gchar *buffer, gint length, unsigned int keepalive);
-SPDocument *sp_document_new_dummy(); 
 
 SPDocument *sp_document_ref (SPDocument *doc);
 SPDocument *sp_document_unref (SPDocument *doc);