summaryrefslogtreecommitdiff
path: root/basctl/source/inc/basobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/inc/basobj.hxx')
-rw-r--r--basctl/source/inc/basobj.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/basctl/source/inc/basobj.hxx b/basctl/source/inc/basobj.hxx
index 295cd96bf3a7..1dd039d4ce81 100644
--- a/basctl/source/inc/basobj.hxx
+++ b/basctl/source/inc/basobj.hxx
@@ -74,8 +74,12 @@ namespace basctl
// new methods for macros
OUString ChooseMacro(
- const css::uno::Reference< css::frame::XModel >& rxLimitToDocument,
+ const css::uno::Reference< css::frame::XModel >& rxLimitToDocument, const css::uno::Reference< css::frame::XFrame >& xDocFrame,
bool bChooseOnly, const OUString& rMacroDesc );
+ inline OUString ChooseMacro(
+ const css::uno::Reference< css::frame::XModel >& rxLimitToDocument,
+ bool bChooseOnly, const OUString& rMacroDesc )
+ { return ChooseMacro(rxLimitToDocument, css::uno::Reference< css::frame::XFrame >(), bChooseOnly, rMacroDesc); }
css::uno::Sequence< OUString > GetMethodNames(
const ScriptDocument& rDocument, const OUString& rLibName, const OUString& rModName )