calling static member function through member call syntax

Change-Id: I29e8faa03f668a7471b47e7aca3c2400f034c3b6
This commit is contained in:
Noel Grandin
2015-04-14 15:14:36 +02:00
parent bd5c762e07
commit d320bc8a6f

View File

@@ -243,7 +243,7 @@ OUString ChooseMacro( const uno::Reference< frame::XModel >& rxLimitToDocument,
SbMethod* pMethod = NULL;
ScopedVclPtrInstance< MacroChooser > pChooser( nullptr, true );
if ( bChooseOnly || !SvtModuleOptions().IsBasicIDE() )
if ( bChooseOnly || !SvtModuleOptions::IsBasicIDE() )
pChooser->SetMode(MacroChooser::ChooseOnly);
if ( !bChooseOnly && rxLimitToDocument.is() )