summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtw8nds.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/wrtw8nds.cxx')
-rw-r--r--sw/source/filter/ww8/wrtw8nds.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index cb8807c5ecfa..166ee9f1276b 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -2892,7 +2892,7 @@ void MSWordExportBase::OutputSectionNode( const SwSectionNode& rSectionNode )
// new Section with no own PageDesc/-Break
// -> write follow section break;
const SwSectionFormat& rFormat = *rSection.GetFormat();
- ReplaceCr( msword::PageBreak ); // Indikator fuer Page/Section-Break
+ ReplaceCr( msword::PageBreak ); // Indicator for Page/Section-Break
// Get the page in use at the top of this section
SwNodeIndex aIdxTmp(rSectionNode, 1);