From b84dca7cd508e806842341329456dc33d6179e28 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 23 Feb 2016 10:21:28 +0100 Subject: sfx2 classification: add interface to set category name Change-Id: I289b46f5f57ef000de5f482b5c8ed7bcaa89ddab --- include/sfx2/classificationhelper.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/sfx2/classificationhelper.hxx') 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(); -- cgit