[Libreoffice-commits] core.git: sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Aug 7 06:41:58 UTC 2019
sw/source/core/unocore/unoidx.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8a076305fbcc5fc7133846e2d45248b7df9439b7
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Aug 6 18:41:34 2019 +0200
Commit: Stephan Bergmann <sbergman at 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 <sbergman at 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 );
More information about the Libreoffice-commits
mailing list