summaryrefslogtreecommitdiff
path: root/writerfilter/source
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2017-09-17 14:23:46 +0200
committerMichael Stahl <mstahl@redhat.com>2017-09-18 12:08:40 +0200
commit510b9557c37c666016c55e6ed2be7a50dbd1b67f (patch)
tree2e6c33dd3672502bf7937bec66adb30c7e2bf8cd /writerfilter/source
parent3af68b14791118868e410133ea5a2b555bbac6eb (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 'writerfilter/source')
-rw-r--r--writerfilter/source/dmapper/PropertyMap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/PropertyMap.cxx b/writerfilter/source/dmapper/PropertyMap.cxx
index 36fd67761a4b..333c518b1370 100644
--- a/writerfilter/source/dmapper/PropertyMap.cxx
+++ b/writerfilter/source/dmapper/PropertyMap.cxx
@@ -1329,7 +1329,7 @@ void SectionPropertyMap::CloseSectionGroup( DomainMapper_Impl& rDM_Impl )
if ( rDM_Impl.IsNewDoc() )
ApplyProperties_( xFollowPageStyle );
- //todo: creating a "First Page" style depends on HasTitlePage und _fFacingPage_
+ //todo: creating a "First Page" style depends on HasTitlePage and _fFacingPage_
if ( m_bTitlePage )
{
CopyLastHeaderFooter( true, rDM_Impl );