summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-04-15 13:38:17 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-04-15 13:01:15 +0000
commit7ae232623a423b078dd54d06e5fe52e89994b391 (patch)
treeb5f9ded5554be23b46f15c751a52ca07b6a67bb2 /include
parent9a081c5cb56c834e7b63ee1ad5b88f11119891ff (diff)
tdf#95845 Use CommandInfoProvider in forms
Change-Id: I697f8c442cc4db7b38601c32fb71e0201f145354 Reviewed-on: https://gerrit.libreoffice.org/24106 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/commandinfoprovider.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/commandinfoprovider.hxx b/include/vcl/commandinfoprovider.hxx
index 67a7ab3f5e22..2560745c9d58 100644
--- a/include/vcl/commandinfoprovider.hxx
+++ b/include/vcl/commandinfoprovider.hxx
@@ -87,7 +87,7 @@ public:
OUString GetRealCommandForCommand( const OUString& rCommandName,
const css::uno::Reference<css::frame::XFrame>& rxFrame );
- OUString GetCommandPropertyFromModule( const sal_Char* pCommandURL, const OUString& rModuleName );
+ OUString GetCommandPropertyFromModule( const OUString& rCommandName, const OUString& rModuleName );
Image GetImageForCommand(
const OUString& rsCommandName,