summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/textsh2.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-13 17:52:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-13 17:54:35 +0200
commit887b3a35628b349e7934f2ae7c220a1cc17c3e63 (patch)
tree3fc519fc86fe3a44de3d21233450d54c7e397dea /sw/source/uibase/shells/textsh2.cxx
parent6b8440134f4a8fa05450cdd492942e92c1f75803 (diff)
loplugin:staticcall
Change-Id: I26e1e0f66dad5ed4e8351fc7509449b312559166
Diffstat (limited to 'sw/source/uibase/shells/textsh2.cxx')
-rw-r--r--sw/source/uibase/shells/textsh2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/textsh2.cxx b/sw/source/uibase/shells/textsh2.cxx
index 0f4c3662a3a2..d3576190433d 100644
--- a/sw/source/uibase/shells/textsh2.cxx
+++ b/sw/source/uibase/shells/textsh2.cxx
@@ -128,7 +128,7 @@ void SwTextShell::ExecDB(SfxRequest &rReq)
if ( !xConnection.is() )
{
Reference<XDataSource> xSource;
- xConnection = pDBManager->GetConnection(sSourceArg, xSource);
+ xConnection = SwDBManager::GetConnection(sSourceArg, xSource);
}
if(!xConnection.is())
return ;