diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-10-13 21:20:36 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-10-13 21:53:06 +0200 |
commit | 0cd2250b7c3e0cfed297590f0cb07dab4c8df1d4 (patch) | |
tree | 892b93ac13da371e0b4cd0ff9573b9efb02fb50d /include | |
parent | 08d7ffcd442c5f02b4ceb068d308a26b04e41d29 (diff) |
Add IsExperimental method to CommandInfoProvider
Change-Id: I827ae6db25a1df9f25b58ca122e39dc9cb4b0652
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/commandinfoprovider.hxx | 5 |
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); |