diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-10-18 13:51:33 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-10-18 13:51:51 +0200 |
commit | 7d966b1d68fef9b9e21cf390bb1cf756841797bf (patch) | |
tree | 67805c9993ffb67316110c052b458a3e7ed07321 /sw/inc | |
parent | 25548c57eedcb40f8f9b3e3d6707311cfe0b2a35 (diff) |
SwDoc: remove unused methods
Change-Id: I073372b74d0362eaffdc1dddfbef8767e58b0fd6
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/doc.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 60d1ce5bcb09..65b533bbba59 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -527,7 +527,6 @@ public: IDocumentFieldsAccess const & getIDocumentFieldsAccess() const; IDocumentFieldsAccess & getIDocumentFieldsAccess(); - ::sw::DocumentFieldsManager const & GetDocumentFieldsMAnager() const; ::sw::DocumentFieldsManager & GetDocumentFieldsManager(); // IDocumentContentOperations @@ -559,9 +558,6 @@ public: IDocumentState const & getIDocumentState() const; IDocumentState & getIDocumentState(); - ::sw::DocumentStateManager const & GetDocumentStateManager() const; - ::sw::DocumentStateManager & GetDocumentStateManager(); - // IDocumentDrawModelAccess DECL_LINK( AddDrawUndo, SdrUndoAction * ); IDocumentDrawModelAccess const & getIDocumentDrawModelAccess() const; |