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

Andrea Gelmini andrea.gelmini at gelma.net
Sat Aug 19 10:04:18 UTC 2017


 include/sfx2/doctempl.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9065a12ce781a073b736bd944c436923277b3919
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sat Aug 19 00:25:51 2017 +0200

    templatelocnames.src no more exists
    
    I guess the content now is in sfx2/inc/strings.hxx
    
    Change-Id: Ie41f150f95d5da80ed82f09760b812910ac2ab8a
    Reviewed-on: https://gerrit.libreoffice.org/41316
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Jochen Nitschke <j.nitschke+logerrit at ok.de>

diff --git a/include/sfx2/doctempl.hxx b/include/sfx2/doctempl.hxx
index e77fd4c793f0..953cc05ce17b 100644
--- a/include/sfx2/doctempl.hxx
+++ b/include/sfx2/doctempl.hxx
@@ -62,7 +62,7 @@ public:
                                                          const OUString& aTitle );
 
     // Convert a resource string - a template name - to its localised pair
-    // if it exists in templatelocnames.src
+    // if it exists in sfx2/inc/strings.hxx
     static OUString ConvertResourceString(const OUString& rString);
 
     bool            Copy(sal_uInt16 nTargetRegion,


More information about the Libreoffice-commits mailing list