summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/txtatr2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/txtnode/txtatr2.cxx')
-rw-r--r--sw/source/core/txtnode/txtatr2.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sw/source/core/txtnode/txtatr2.cxx b/sw/source/core/txtnode/txtatr2.cxx
index 0e4434679d7b..de3a16425560 100644
--- a/sw/source/core/txtnode/txtatr2.cxx
+++ b/sw/source/core/txtnode/txtatr2.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
@@ -40,8 +40,8 @@
#include <fmtinfmt.hxx>
#include <charfmt.hxx>
#include <ndtxt.hxx> // SwCharFmt, SwTxtNode
-#include <poolfmt.hxx> // RES_POOLCHR_INET_...
-#include <doc.hxx> // SwDoc
+#include <poolfmt.hxx> // RES_POOLCHR_INET_...
+#include <doc.hxx> // SwDoc
#include <fmtruby.hxx>
#include <fmtmeta.hxx>
@@ -51,7 +51,7 @@ TYPEINIT1(SwTxtRuby,SwClient);
/*************************************************************************
- * class SwTxtCharFmt
+ * class SwTxtCharFmt
*************************************************************************/
SwTxtCharFmt::SwTxtCharFmt( SwFmtCharFmt& rAttr,
@@ -118,7 +118,7 @@ SwTxtAttrNesting::~SwTxtAttrNesting()
/*************************************************************************
- * class SwTxtINetFmt
+ * class SwTxtINetFmt
*************************************************************************/
SwTxtINetFmt::SwTxtINetFmt( SwFmtINetFmt& rAttr,
@@ -159,7 +159,7 @@ SwCharFmt* SwTxtINetFmt::GetCharFmt()
nId = static_cast<USHORT>(IsVisited() ? RES_POOLCHR_INET_VISIT : RES_POOLCHR_INET_NORMAL);
// JP 10.02.2000, Bug 72806: dont modify the doc for getting the
- // correct charstyle.
+ // correct charstyle.
BOOL bResetMod = !pDoc->IsModified();
Link aOle2Lnk;
if( bResetMod )
@@ -220,7 +220,7 @@ BOOL SwTxtINetFmt::IsProtect( ) const
}
/*************************************************************************
- * class SwTxtRuby
+ * class SwTxtRuby
*************************************************************************/
SwTxtRuby::SwTxtRuby( SwFmtRuby& rAttr,
@@ -276,7 +276,7 @@ SwCharFmt* SwTxtRuby::GetCharFmt()
nId = rFmt.GetCharFmtId();
// JP 10.02.2000, Bug 72806: dont modify the doc for getting the
- // correct charstyle.
+ // correct charstyle.
BOOL bResetMod = !pDoc->IsModified();
Link aOle2Lnk;
if( bResetMod )