diff options
author | Johnny_M <klasse@partyheld.de> | 2017-09-17 14:23:46 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-09-18 12:08:40 +0200 |
commit | 510b9557c37c666016c55e6ed2be7a50dbd1b67f (patch) | |
tree | 2e6c33dd3672502bf7937bec66adb30c7e2bf8cd /xmloff/source | |
parent | 3af68b14791118868e410133ea5a2b555bbac6eb (diff) |
Translate German comments and debug strings (leftovers in dirs w... and x...)
Translates leftovers found using a custom regex in directories beginning with "w" and "x".
Additionally:
- A few corrections of previous translations
Change-Id: Ic30cf6792748a6bea8782a9a3711fa468b80bdaf
Reviewed-on: https://gerrit.libreoffice.org/42378
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/text/txtexppr.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/txtexppr.cxx b/xmloff/source/text/txtexppr.cxx index 383eceb83562..5ec5a0cb544f 100644 --- a/xmloff/source/text/txtexppr.cxx +++ b/xmloff/source/text/txtexppr.cxx @@ -935,7 +935,7 @@ void XMLTextExportPropertySetMapper::ContextFilter( pHeightMinAbsState->mnIndex = -1; } - // export SizeType::VARIABLE als min-width="0" + // export SizeType::VARIABLE as min-width="0" if( SizeType::VARIABLE == nSizeType ) pHeightMinAbsState->maValue <<= static_cast<sal_Int32>( 0 ); } @@ -964,7 +964,7 @@ void XMLTextExportPropertySetMapper::ContextFilter( pWidthMinAbsState->mnIndex = -1; } - // export SizeType::VARIABLE als min-width="0" + // export SizeType::VARIABLE as min-width="0" if( SizeType::VARIABLE == nSizeType ) pWidthMinAbsState->maValue <<= static_cast<sal_Int32>( 0 ); } |