calling static member function through member call syntax
Change-Id: I29e8faa03f668a7471b47e7aca3c2400f034c3b6
This commit is contained in:
@@ -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() )
|
||||
|
Reference in New Issue
Block a user