diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-08-19 00:25:51 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-08-19 12:02:12 +0200 |
commit | 9065a12ce781a073b736bd944c436923277b3919 (patch) | |
tree | d0c699f8a3d991cf955b98856a705738c2bbfe4a /include/sfx2 | |
parent | 8f5e3852428b84ce876cbd0e5996acdd6bacefca (diff) |
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@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/doctempl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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, |