diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-25 14:15:38 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-25 17:21:53 +0100 |
commit | cf33f6b494b53fde5f410893b7071aa829c4ecca (patch) | |
tree | c6b955b9b133e2102b9176a55136fc9dfc1c723c /include | |
parent | 0c4a0a53d9fb697a83c8292b2dd50ac25014fe9f (diff) |
sfx2 classification: expose category names as parsed from the policy
Change-Id: I53b958dff2f43d4762445c4b474f2b00ae6dc9d0
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/classificationhelper.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sfx2/classificationhelper.hxx b/include/sfx2/classificationhelper.hxx index c84f7ce22aba..cad0eaf6350e 100644 --- a/include/sfx2/classificationhelper.hxx +++ b/include/sfx2/classificationhelper.hxx @@ -11,6 +11,7 @@ #define INCLUDED_SFX2_CLASSIFICATIONHELPER_HXX #include <memory> +#include <vector> #include <rtl/ustring.hxx> #include <sfx2/dllapi.h> @@ -35,6 +36,8 @@ public: SfxClassificationHelper(SfxObjectShell& rObjectShell); ~SfxClassificationHelper(); OUString GetBACName(); + /// Return all possible valid category names, based on the policy. + std::vector<OUString> GetBACNames(); /// Setting this sets all the other properties, based on the policy. void SetBACName(const OUString& rName); /// If GetImpactLevelColor() will return something meaningful. |