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

New commits:
commit 3147eed16073b8e0682803894052f139f73172bd
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Oct 4 13:13:19 2019 +0200
Commit:     Julien Nabet <serval2...@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 <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to