summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doc.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-10-18 13:51:33 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-10-18 13:51:51 +0200
commit7d966b1d68fef9b9e21cf390bb1cf756841797bf (patch)
tree67805c9993ffb67316110c052b458a3e7ed07321 /sw/source/core/doc/doc.cxx
parent25548c57eedcb40f8f9b3e3d6707311cfe0b2a35 (diff)
SwDoc: remove unused methods
Change-Id: I073372b74d0362eaffdc1dddfbef8767e58b0fd6
Diffstat (limited to 'sw/source/core/doc/doc.cxx')
-rw-r--r--sw/source/core/doc/doc.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx
index 4459b55e9164..3b9dc9f57d7b 100644
--- a/sw/source/core/doc/doc.cxx
+++ b/sw/source/core/doc/doc.cxx
@@ -402,11 +402,6 @@ IDocumentFieldsAccess & SwDoc::getIDocumentFieldsAccess()
return *m_pDocumentFieldsManager;
}
-::sw::DocumentFieldsManager const & SwDoc::GetDocumentFieldsMAnager() const
-{
- return *m_pDocumentFieldsManager;
-}
-
::sw::DocumentFieldsManager & SwDoc::GetDocumentFieldsManager()
{
return *m_pDocumentFieldsManager;
@@ -444,16 +439,6 @@ IDocumentState & SwDoc::getIDocumentState()
return *m_pDocumentStateManager;
}
-::sw::DocumentStateManager const & SwDoc::GetDocumentStateManager() const
-{
- return *m_pDocumentStateManager;
-}
-
-::sw::DocumentStateManager & SwDoc::GetDocumentStateManager()
-{
- return *m_pDocumentStateManager;
-}
-
//IDocumentLayoutAccess
IDocumentLayoutAccess const & SwDoc::getIDocumentLayoutAccess() const
{