diff options
author | Phillip Sz <phillip.szelat@gmail.com> | 2015-07-15 15:27:49 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-16 12:20:32 +0000 |
commit | ea6261a9db25e8bf68ac5729ff04807f85536dca (patch) | |
tree | 5433ea924fbbceb19baafc762af345c0c1efdc81 | |
parent | 051e660b37549fec7cc42e4471ae65a4cefed495 (diff) |
tdf#39468 Translate German Comments - sw/source/filter/xml/
Change-Id: Ie637ef4258caf2519a77d596b76cc52570a182e8
Reviewed-on: https://gerrit.libreoffice.org/17077
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-rw-r--r-- | sw/source/filter/xml/xmlexp.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/xml/xmlfmte.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmlexp.cxx b/sw/source/filter/xml/xmlexp.cxx index f167e98fda25..43125f9b8e3c 100644 --- a/sw/source/filter/xml/xmlexp.cxx +++ b/sw/source/filter/xml/xmlexp.cxx @@ -233,7 +233,7 @@ sal_uInt32 SwXMLExport::exportDoc( enum XMLTokenEnum eClass ) if( getExportFlags() & (SvXMLExportFlags::MASTERSTYLES|SvXMLExportFlags::CONTENT)) { - //Auf die Korrektheit der OrdNums sind wir schon angewiesen. + //We depend on the correctness of OrdNums. SwDrawModel* pModel = pDoc->getIDocumentDrawModelAccess().GetDrawModel(); if( pModel ) pModel->GetPage( 0 )->RecalcObjOrdNums(); diff --git a/sw/source/filter/xml/xmlfmte.cxx b/sw/source/filter/xml/xmlfmte.cxx index e9f72cfe9cac..e03657095d1b 100644 --- a/sw/source/filter/xml/xmlfmte.cxx +++ b/sw/source/filter/xml/xmlfmte.cxx @@ -69,7 +69,7 @@ void SwXMLExport::ExportFormat( const SwFormat& rFormat, enum XMLTokenEnum eFami #if OSL_DEBUG_LEVEL > 0 // style:parent-style-name="..." (if its not the default only) const SwFormat* pParent = rFormat.DerivedFrom(); - // Parent-Namen nur uebernehmen, wenn kein Default + // Only adopt parent name, if it's not the default OSL_ENSURE( !pParent || pParent->IsDefault(), "unexpected parent" ); OSL_ENSURE( USHRT_MAX == rFormat.GetPoolFormatId(), "pool ids arent'supported" ); |