summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2017-02-20 14:05:09 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2017-02-21 01:41:16 +0200
commitc8dc5650836bd837b5839e2654ec185eb243ff3a (patch)
treef32e7da60b29e7853fed9a6a2cc539f44ceb761e /include
parent8f381b47f5493151f06d77453ff5153cd075a68b (diff)
Formatting and remove unneeded declaration
Change-Id: Icefd6b869bdbfb3d03f24aea5b94fcf83961d388
Diffstat (limited to 'include')
-rw-r--r--include/vcl/commandinfoprovider.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/vcl/commandinfoprovider.hxx b/include/vcl/commandinfoprovider.hxx
index 996d9e556480..ce695cee8b79 100644
--- a/include/vcl/commandinfoprovider.hxx
+++ b/include/vcl/commandinfoprovider.hxx
@@ -61,16 +61,11 @@ namespace vcl { namespace CommandInfoProvider {
/** Returns the shortcut for a command in human-readable form */
VCL_DLLPUBLIC OUString GetCommandShortcut (const OUString& rCommandName,
- const css::uno::Reference<css::frame::XFrame>& rxFrame);
+ const css::uno::Reference<css::frame::XFrame>& rxFrame);
VCL_DLLPUBLIC OUString GetRealCommandForCommand( const OUString& rCommandName,
const OUString& rsModuleName );
- VCL_DLLPUBLIC BitmapEx GetBitmapForCommand(
- const OUString& rsCommandName,
- const css::uno::Reference<css::frame::XFrame>& rxFrame,
- vcl::ImageType eImageType = vcl::ImageType::Small);
-
VCL_DLLPUBLIC Image GetImageForCommand(
const OUString& rsCommandName,
const css::uno::Reference<css::frame::XFrame>& rxFrame,