summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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,