summaryrefslogtreecommitdiff
path: root/include/vcl/commandinfoprovider.hxx
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-11-17 11:08:46 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-11-17 11:10:05 +0100
commit0c48c809f09e74e79c9f8dc4c22958147f591921 (patch)
treebfba7f403290b958d0058ba239e244f42613d2a0 /include/vcl/commandinfoprovider.hxx
parent16f85dc485970f34c2abd06fb5379b426d3a83bc (diff)
tdf#95845 Use CommandInfoProvider to receive command properties
Change-Id: I41f9a661b7a5b355e50910d7f58f0d9d55dc62a6
Diffstat (limited to 'include/vcl/commandinfoprovider.hxx')
-rw-r--r--include/vcl/commandinfoprovider.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/vcl/commandinfoprovider.hxx b/include/vcl/commandinfoprovider.hxx
index 0dc69f8eed77..3d98296d1f3e 100644
--- a/include/vcl/commandinfoprovider.hxx
+++ b/include/vcl/commandinfoprovider.hxx
@@ -84,6 +84,10 @@ public:
bool bLarge,
const css::uno::Reference<css::frame::XFrame>& rxFrame);
+ sal_Int32 GetPropertiesForCommand(
+ const OUString& rsCommandName,
+ const css::uno::Reference<css::frame::XFrame>& rxFrame);
+
/** Do not call. Should be part of a local and hidden interface.
*/
void SetFrame (const css::uno::Reference<css::frame::XFrame>& rxFrame);