summaryrefslogtreecommitdiff
path: root/include/sfx2/classificationhelper.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-02-23 10:21:28 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-02-23 14:01:15 +0100
commitb84dca7cd508e806842341329456dc33d6179e28 (patch)
tree22b66db73b756c81a2e77b9f78a1fa1cf9485f84 /include/sfx2/classificationhelper.hxx
parent02a320777f5b91f33aee364bb29ecc0151aac3e0 (diff)
sfx2 classification: add interface to set category name
Change-Id: I289b46f5f57ef000de5f482b5c8ed7bcaa89ddab
Diffstat (limited to 'include/sfx2/classificationhelper.hxx')
-rw-r--r--include/sfx2/classificationhelper.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/classificationhelper.hxx b/include/sfx2/classificationhelper.hxx
index 613d35e8d1ff..e1c4252143b6 100644
--- a/include/sfx2/classificationhelper.hxx
+++ b/include/sfx2/classificationhelper.hxx
@@ -34,6 +34,8 @@ public:
SfxClassificationHelper(SfxObjectShell& rObjectShell);
~SfxClassificationHelper();
OUString GetBACName();
+ /// Setting this sets all the other properties, based on the policy.
+ void SetBACName(const OUString& rName);
/// If GetImpactLevelColor() will return something meaningful.
bool HasImpactLevel();
basegfx::BColor GetImpactLevelColor();