summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doc.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-08 16:57:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-08 16:57:49 +0200
commit516d3007444fe2dd07b2cde24066637281c2a217 (patch)
tree28be7fb6eb3b8bca41c5f4c9827b26aaa8d76ab3 /sw/source/core/doc/doc.cxx
parent7fabc2300bc7255c839eb42c2185cad92029009d (diff)
loplugin:staticmethods
Change-Id: I0041724d340bf75a184910805f7f927efb3b2131
Diffstat (limited to 'sw/source/core/doc/doc.cxx')
-rw-r--r--sw/source/core/doc/doc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx
index 4886e296a3e5..9c3e75f30cba 100644
--- a/sw/source/core/doc/doc.cxx
+++ b/sw/source/core/doc/doc.cxx
@@ -495,7 +495,7 @@ void SwDoc::ChgDBData(const SwDBData& rNewData)
if( rNewData != maDBData )
{
if (maDBData.sEmbeddedName != rNewData.sEmbeddedName && GetDocShell())
- mpDBManager->LoadAndRegisterEmbeddedDataSource(rNewData, *GetDocShell());
+ SwDBManager::LoadAndRegisterEmbeddedDataSource(rNewData, *GetDocShell());
maDBData = rNewData;
getIDocumentState().SetModified();