Kaydet (Commit) d320bc8a authored tarafından Noel Grandin's avatar Noel Grandin

calling static member function through member call syntax

Change-Id: I29e8faa03f668a7471b47e7aca3c2400f034c3b6
üst bd5c762e
...@@ -243,7 +243,7 @@ OUString ChooseMacro( const uno::Reference< frame::XModel >& rxLimitToDocument, ...@@ -243,7 +243,7 @@ OUString ChooseMacro( const uno::Reference< frame::XModel >& rxLimitToDocument,
SbMethod* pMethod = NULL; SbMethod* pMethod = NULL;
ScopedVclPtrInstance< MacroChooser > pChooser( nullptr, true ); ScopedVclPtrInstance< MacroChooser > pChooser( nullptr, true );
if ( bChooseOnly || !SvtModuleOptions().IsBasicIDE() ) if ( bChooseOnly || !SvtModuleOptions::IsBasicIDE() )
pChooser->SetMode(MacroChooser::ChooseOnly); pChooser->SetMode(MacroChooser::ChooseOnly);
if ( !bChooseOnly && rxLimitToDocument.is() ) if ( !bChooseOnly && rxLimitToDocument.is() )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment