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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Oct 4 17:09:13 UTC 2019


 sw/source/core/doc/SwStyleNameMapper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3147eed16073b8e0682803894052f139f73172bd
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Oct 4 13:13:19 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Oct 4 19:08:22 2019 +0200

    Fix typo
    
    Change-Id: I553bbcdeef269317d97bed5242bc64cb1b42f91c
    Reviewed-on: https://gerrit.libreoffice.org/80227
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/source/core/doc/SwStyleNameMapper.cxx b/sw/source/core/doc/SwStyleNameMapper.cxx
index 39b285a5a968..6648d7a36514 100644
--- a/sw/source/core/doc/SwStyleNameMapper.cxx
+++ b/sw/source/core/doc/SwStyleNameMapper.cxx
@@ -609,7 +609,7 @@ const std::vector<OUString>& SwStyleNameMapper::GetRegisterProgNameArray()
 const std::vector<OUString>& SwStyleNameMapper::GetDocProgNameArray()
 {
     static const std::vector<OUString> s_aDocProgNameArray = {
-        "Title", // STR_POCO_PRGM_DOC_TITEL
+        "Title", // STR_POCO_PRGM_DOC_TITLE
         "Subtitle",
     };
     return s_aDocProgNameArray;


More information about the Libreoffice-commits mailing list