summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-20 16:46:14 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-20 16:46:14 +0000
commitc41b7a397411814c98dceeea07b0a26f0d01c530 (patch)
treea66af5f264d2fa0c5b159a8838f0b37fb3b2c7bd /include
parentaa0951b22d958813a41f71f536bb4a07aa0e7f07 (diff)
split GetImageForCommand into GetBitmapForCommand and co
Change-Id: I89431532ef26fc33146252e218096e690825b896
Diffstat (limited to 'include')
-rw-r--r--include/vcl/commandinfoprovider.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/vcl/commandinfoprovider.hxx b/include/vcl/commandinfoprovider.hxx
index 93f4f3fb13ec..0a8e53e5ef7b 100644
--- a/include/vcl/commandinfoprovider.hxx
+++ b/include/vcl/commandinfoprovider.hxx
@@ -89,6 +89,11 @@ public:
OUString GetCommandPropertyFromModule( const OUString& rCommandName, const OUString& rModuleName );
+ BitmapEx GetBitmapForCommand(
+ const OUString& rsCommandName,
+ const css::uno::Reference<css::frame::XFrame>& rxFrame,
+ vcl::ImageType eImageType = vcl::ImageType::Small);
+
Image GetImageForCommand(
const OUString& rsCommandName,
const css::uno::Reference<css::frame::XFrame>& rxFrame,