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

New commits:
commit 8a076305fbcc5fc7133846e2d45248b7df9439b7
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Aug 6 18:41:34 2019 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Aug 7 08:41:26 2019 +0200

    Fix missing translation
    
    Change-Id: I132a07eea80da558e0129122e146b67cc3232823
    Reviewed-on: https://gerrit.libreoffice.org/77042
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/sw/source/core/unocore/unoidx.cxx 
b/sw/source/core/unocore/unoidx.cxx
index 83a521bd03e6..5a08d64b1068 100644
--- a/sw/source/core/unocore/unoidx.cxx
+++ b/sw/source/core/unocore/unoidx.cxx
@@ -1118,7 +1118,7 @@ SwXDocumentIndex::getPropertyValue(const OUString& 
rPropertyName)
             break;
             case WID_PARA_HEAD:
             {
-                //Header steht an Pos 0
+                //Header is at position 0
                 OUString aString;
                 SwStyleNameMapper::FillProgName(rForm.GetTemplate( 0 ), 
aString,
                         SwGetPoolIdFromName::TxtColl );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to