summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/lnkbase2.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-13 17:51:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-13 17:54:32 +0200
commit7c2f000085cdd4ea58a69447a049523f2ad619f8 (patch)
treef0ab116c7b03100932f69732dcdaee6606d3f092 /sfx2/source/appl/lnkbase2.cxx
parent1d241f445a381c190c4b8c195964b96ce6bc4704 (diff)
loplugin:staticcall
Change-Id: Ie5e9e21f4c592c58094afc954f1de54512719fd5
Diffstat (limited to 'sfx2/source/appl/lnkbase2.cxx')
-rw-r--r--sfx2/source/appl/lnkbase2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/lnkbase2.cxx b/sfx2/source/appl/lnkbase2.cxx
index ac85991fc124..1e33b0d60f14 100644
--- a/sfx2/source/appl/lnkbase2.cxx
+++ b/sfx2/source/appl/lnkbase2.cxx
@@ -361,7 +361,7 @@ void SvBaseLink::_GetRealObject( bool bConnect)
{
OUString sServer;
if( pImpl->m_pLinkMgr->GetDisplayNames( this, &sServer ) &&
- sServer == GetpApp()->GetAppName() ) // internal Link !!!
+ sServer == Application::GetAppName() ) // internal Link !!!
{
// so that the Internal link can be created!
nObjType = OBJECT_INTERN;