[Libreoffice-commits] core.git: sfx2/source

Gabor Kelemen kelemeng at ubuntu.com
Wed Sep 7 17:46:48 UTC 2016


 sfx2/source/doc/doctempl.src |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit e75057a4d79d96464ff7ddd1511641b23757a502
Author: Gabor Kelemen <kelemeng at ubuntu.com>
Date:   Wed Sep 7 15:27:47 2016 +0200

    tdf101964 Make the Styles category name translatable in Templates dialog
    
    Change-Id: Ia3a7054d8c8cfc7ae86f11087c1c2d7209bd104a
    Reviewed-on: https://gerrit.libreoffice.org/28722
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/sfx2/source/doc/doctempl.src b/sfx2/source/doc/doctempl.src
index bd7eb9d..c9bea1e 100644
--- a/sfx2/source/doc/doctempl.src
+++ b/sfx2/source/doc/doctempl.src
@@ -36,6 +36,7 @@ StringArray TEMPLATE_SHORT_NAMES_ARY
         < "presnt" ; > ;
         < "misc" ; > ;
         < "labels" ; > ;
+        < "styles" ; > ;
     };
 };
 
@@ -54,6 +55,7 @@ StringArray TEMPLATE_LONG_NAMES_ARY
         < "Presentations" ; > ;
         < "Miscellaneous" ; > ;
         < "Labels" ; > ;
+        < "Styles" ; > ;
     };
 
     };


More information about the Libreoffice-commits mailing list