summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewfrm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/viewfrm.cxx')
-rw-r--r--sfx2/source/view/viewfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx
index 509fa7dac853..cecb1386bd8c 100644
--- a/sfx2/source/view/viewfrm.cxx
+++ b/sfx2/source/view/viewfrm.cxx
@@ -2621,7 +2621,7 @@ void SfxViewFrame::AddDispatchMacroToBasic_Impl( const OUString& sMacro )
if ( aLocation.equalsIgnoreAsciiCase( "application" ) )
{
// application basic
- pBasMgr = pSfxApp->GetBasicManager();
+ pBasMgr = SfxApplication::GetBasicManager();
}
else if ( aLocation.equalsIgnoreAsciiCase( "document" ) )
{