include/sfx2/classificationhelper.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit 955412491cc9e6244016223f6ee2de05c4717661 Author: Tomaž Vajngerl <[email protected]> Date: Fri Nov 17 10:54:50 2017 +0900 TSCP: add "Custom" to the doc properties from class. dialog Change-Id: I500927b4d5c1165c62477fc5fdfc535f34536ed5 Reviewed-on: https://gerrit.libreoffice.org/44852 Reviewed-by: Tomaž Vajngerl <[email protected]> Tested-by: Tomaž Vajngerl <[email protected]> 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
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
