summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2017-11-17 10:54:50 +0900
committerTomaž Vajngerl <quikee@gmail.com>2017-11-17 07:54:57 +0100
commit955412491cc9e6244016223f6ee2de05c4717661 (patch)
treef3f075ca65072c7389d90f2c85f4fb4b5fc8ec1d
parentd1960cb7db97534774504fc3667dc0d8e6de0509 (diff)
TSCP: add "Custom" to the doc properties from class. dialog
Change-Id: I500927b4d5c1165c62477fc5fdfc535f34536ed5 Reviewed-on: https://gerrit.libreoffice.org/44852 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
-rw-r--r--include/sfx2/classificationhelper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sfx2/classificationhelper.hxx b/include/sfx2/classificationhelper.hxx
index 54eb5cb0c40e..dada1dcafc82 100644
--- a/include/sfx2/classificationhelper.hxx
+++ b/include/sfx2/classificationhelper.hxx
@@ -145,7 +145,7 @@ public:
OUString makeTextKey() const
{
- return getPolicyKey() + "Text";
+ return getPolicyKey() + "Custom:Text";
}
OUString makeNumberedTextKey()
@@ -180,7 +180,7 @@ public:
OUString makeMarkingKey() const
{
- return getPolicyKey() + "Marking";
+ return getPolicyKey() + "Custom:Marking";
}
OUString makeNumberedMarkingKey()
@@ -195,7 +195,7 @@ public:
OUString makeIntellectualPropertyPartKey() const
{
- return getPolicyKey() + "IntellectualPropertyPart";
+ return getPolicyKey() + "Custom:IntellectualPropertyPart";
}
OUString makeNumberedIntellectualPropertyPartKey()
@@ -210,7 +210,7 @@ public:
OUString makeFullTextualRepresentationKey() const
{
- return getPolicyKey() + "FullTexturalRepresentation";
+ return getPolicyKey() + "Custom:FullTexturalRepresentation";
}
/// Classification creation origin key