summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2017-10-09 11:21:08 +0200
committerTomaž Vajngerl <quikee@gmail.com>2017-10-16 15:32:34 +0200
commit0716aca251bbb64fab6c8697ee0a2215461f1019 (patch)
treeb93985678a5cc3dfdeab8474b2707413be0a19ee /include
parent92fad9596efb5ecbc756bdcc5f53ea4a417ece62 (diff)
tscp: move getting the current policy type to class. helper
Change-Id: I54afcca1c1fc1a27458c75ab9fd3405d6f7e9239 Reviewed-on: https://gerrit.libreoffice.org/43360 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-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 7c39415c3315..e83eadfd05e9 100644
--- a/include/sfx2/classificationhelper.hxx
+++ b/include/sfx2/classificationhelper.hxx
@@ -96,6 +96,8 @@ public:
static const OUString& PROP_DOCWATERMARK();
/// Get the property prefix for the IntellectualProperty policy type.
static const OUString& PROP_PREFIX_INTELLECTUALPROPERTY();
+
+ static SfxClassificationPolicyType getPolicyType();
};
#endif