summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-10-13 21:20:36 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-10-13 21:53:06 +0200
commit0cd2250b7c3e0cfed297590f0cb07dab4c8df1d4 (patch)
tree892b93ac13da371e0b4cd0ff9573b9efb02fb50d /include/vcl
parent08d7ffcd442c5f02b4ceb068d308a26b04e41d29 (diff)
Add IsExperimental method to CommandInfoProvider
Change-Id: I827ae6db25a1df9f25b58ca122e39dc9cb4b0652
Diffstat (limited to 'include/vcl')
-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 4f76dbe1af7f..b15873fc4c0e 100644
--- a/include/vcl/commandinfoprovider.hxx
+++ b/include/vcl/commandinfoprovider.hxx
@@ -101,6 +101,11 @@ public:
bool IsRotated(const OUString& rsCommandName);
bool IsMirrored(const OUString& rsCommandName);
+ /** Returns whether the command is experimental. */
+ bool IsExperimental(
+ const OUString& rsCommandName,
+ const OUString& rModuleName);
+
/** Do not call. Should be part of a local and hidden interface.
*/
void SetFrame (const css::uno::Reference<css::frame::XFrame>& rxFrame);