summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww1/w1par.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww1/w1par.cxx')
-rw-r--r--sw/source/filter/ww1/w1par.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sw/source/filter/ww1/w1par.cxx b/sw/source/filter/ww1/w1par.cxx
index c90e39b173a7..a7605be0b8c2 100644
--- a/sw/source/filter/ww1/w1par.cxx
+++ b/sw/source/filter/ww1/w1par.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -32,12 +32,12 @@
#include <pam.hxx> // fuer SwPam
#include <doc.hxx>
-#include <ndtxt.hxx> // class SwTxtNode
-#include <fltini.hxx> // Ww1Reader
+#include <ndtxt.hxx> // class SwTxtNode
+#include <fltini.hxx> // Ww1Reader
#include <w1par.hxx>
#include <swfltopt.hxx>
-#include <mdiexp.hxx> // StatLine...()
-#include <swerror.h> // ERR_WW1_...
+#include <mdiexp.hxx> // StatLine...()
+#include <swerror.h> // ERR_WW1_...
#include <statstr.hrc> // ResId fuer Statusleiste
//----------------------------------------
@@ -46,7 +46,7 @@
static ULONG WW1_Read_FieldIniFlags()
{
-// USHORT i;
+// USHORT i;
static const sal_Char* aNames[ 1 ] = { "WinWord/WW1F" };
sal_uInt32 aVal[ 1 ];
SwFilterOptions aOpt( 1, aNames, aVal );
@@ -76,7 +76,7 @@ ULONG WW1Reader::Read(SwDoc& rDoc, const String& rBaseURL, SwPaM& rPam, const St
OSL_ENSURE(pStrm!=NULL, "W1-Read ohne Stream");
if (pStrm != NULL)
{
- BOOL bNew = !bInsertMode; // Neues Doc ( kein Einfuegen )
+ BOOL bNew = !bInsertMode; // Neues Doc ( kein Einfuegen )
// erstmal eine shell konstruieren: die ist schnittstelle
// zum writer-dokument
@@ -109,7 +109,7 @@ ULONG WW1Reader::Read(SwDoc& rDoc, const String& rBaseURL, SwPaM& rPam, const St
// das nicht unterstuetzt. Stattdessen temporaer
// nur eine Warnung, bis die entsprechende
// Meldung und Behandlung weiter oben eingebaut ist.
-// nRet = WARN_WW6_FASTSAVE_ERR;
+// nRet = WARN_WW6_FASTSAVE_ERR;
// Zum Einchecken mit neuem String:
nRet = ERR_WW6_FASTSAVE_ERR;
}