diff options
Diffstat (limited to 'include/vcl/commandinfoprovider.hxx')
-rw-r--r-- | include/vcl/commandinfoprovider.hxx | 7 |
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, |