X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdocument.h;h=12848aa68f469442a75d50be0448ed805d031588;hb=ef9d155a8149d4793471047b3836db719b9e0292;hp=b0afba5ec50e05e7b914eb0cf64ad5845f8a33ae;hpb=f60fc9ef5d612f8225bc9e425916c3568afe4f49;p=inkscape.git diff --git a/src/document.h b/src/document.h index b0afba5ec..12848aa68 100644 --- a/src/document.h +++ b/src/document.h @@ -115,8 +115,6 @@ struct SPDocument : public Inkscape::GC::Managed<>, void addUndoObserver(Inkscape::UndoStackObserver& observer); void removeUndoObserver(Inkscape::UndoStackObserver& observer); - Inkscape::EventLog& getEventLog() const; - bool _updateDocument(); private: @@ -175,8 +173,8 @@ void sp_document_set_height (SPDocument * document, gdouble height, const SPUnit * Undo & redo */ -void sp_document_set_undo_sensitive (SPDocument * document, gboolean sensitive); -gboolean sp_document_get_undo_sensitive (SPDocument const * document); +void sp_document_set_undo_sensitive (SPDocument * document, bool sensitive); +bool sp_document_get_undo_sensitive (SPDocument const * document); void sp_document_clear_undo (SPDocument * document); void sp_document_clear_redo (SPDocument * document);