summaryrefslogtreecommitdiff
path: root/sw/source/core/attr
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/attr')
-rw-r--r--sw/source/core/attr/calbck.cxx108
-rw-r--r--sw/source/core/attr/cellatr.cxx24
-rw-r--r--sw/source/core/attr/fmtfollowtextflow.cxx2
-rw-r--r--sw/source/core/attr/fmtwrapinfluenceonobjpos.cxx2
-rw-r--r--sw/source/core/attr/format.cxx52
-rw-r--r--sw/source/core/attr/hints.cxx8
-rw-r--r--sw/source/core/attr/swatrset.cxx12
7 files changed, 104 insertions, 104 deletions
diff --git a/sw/source/core/attr/calbck.cxx b/sw/source/core/attr/calbck.cxx
index 246b7ecfda4b..6381df188ef1 100644
--- a/sw/source/core/attr/calbck.cxx
+++ b/sw/source/core/attr/calbck.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
@@ -30,7 +30,7 @@
#include "precompiled_sw.hxx"
-#include <hintids.hxx> // fuer RES_..
+#include <hintids.hxx> // fuer RES_..
#include <frame.hxx>
#include <hints.hxx>
#include <swcache.hxx>
@@ -42,14 +42,14 @@
static SwClientIter* pClientIters = 0;
-TYPEINIT0(SwClient); //rtti
+TYPEINIT0(SwClient); //rtti
/*************************************************************************
-|* SwClient::SwClient(SwModify *)
+|* SwClient::SwClient(SwModify *)
|*
-|* Beschreibung callback.doc V1.14
-|* Ersterstellung VB 20.03.91
-|* Letzte Aenderung MA 20. Mar. 95
+|* Beschreibung callback.doc V1.14
+|* Ersterstellung VB 20.03.91
+|* Letzte Aenderung MA 20. Mar. 95
*************************************************************************/
@@ -67,11 +67,11 @@ SwClient::SwClient(SwModify *pToRegisterIn)
}
/*************************************************************************
-|* SwClient::Modify()
+|* SwClient::Modify()
|*
-|* Beschreibung callback.doc V1.14
-|* Ersterstellung VB 20.03.91
-|* Letzte Aenderung VB 20.03.91
+|* Beschreibung callback.doc V1.14
+|* Ersterstellung VB 20.03.91
+|* Letzte Aenderung VB 20.03.91
*************************************************************************/
@@ -94,11 +94,11 @@ void SwClient::Modify( SfxPoolItem *pOld, SfxPoolItem * )
}
/*************************************************************************
-|* SwClient::~SwClient()
+|* SwClient::~SwClient()
|*
-|* Beschreibung callback.doc V1.14
-|* Ersterstellung VB 20.03.91
-|* Letzte Aenderung MA 25. Jan. 94
+|* Beschreibung callback.doc V1.14
+|* Ersterstellung VB 20.03.91
+|* Letzte Aenderung MA 25. Jan. 94
*************************************************************************/
@@ -114,15 +114,15 @@ SwClient::~SwClient()
// erfrage vom Client Informationen
BOOL SwClient::GetInfo( SfxPoolItem& ) const
{
- return TRUE; // und weiter
+ return TRUE; // und weiter
}
/*************************************************************************
-|* SwModify::SwModify( SwModify * )
+|* SwModify::SwModify( SwModify * )
|*
-|* Beschreibung Dokument 1.7
-|* Ersterstellung JP 20.11.90
-|* Letzte Aenderung VB 20.03.91
+|* Beschreibung Dokument 1.7
+|* Ersterstellung JP 20.11.90
+|* Letzte Aenderung VB 20.03.91
*************************************************************************/
@@ -139,11 +139,11 @@ SwModify::SwModify( const SwModify & )
}
/*************************************************************************
-|* SwModify::~SwModify()
+|* SwModify::~SwModify()
|*
-|* Beschreibung Dokument 1.7
-|* Ersterstellung JP 20.11.90
-|* Letzte Aenderung JP 15.04.94
+|* Beschreibung Dokument 1.7
+|* Ersterstellung JP 20.11.90
+|* Letzte Aenderung JP 15.04.94
*************************************************************************/
@@ -166,7 +166,7 @@ SwModify::~SwModify()
while( 0 != ( p = aIter++ ) )
p->pRegisteredIn = 0;
- p = aIter.GoRoot(); // wieder ab Root (==Start) anfangen
+ p = aIter.GoRoot(); // wieder ab Root (==Start) anfangen
do {
p->pRegisteredIn = 0;
} while( 0 != ( p = aIter-- ) );
@@ -186,11 +186,11 @@ SwModify::~SwModify()
}
/*************************************************************************
-|* SwModify::Modify( SwHint * pOldValue, SwHint * pNewValue )
+|* SwModify::Modify( SwHint * pOldValue, SwHint * pNewValue )
|*
-|* Beschreibung Dokument 1.7
-|* Ersterstellung JP 20.11.90
-|* Letzte Aenderung MA 20. Mar. 95
+|* Beschreibung Dokument 1.7
+|* Ersterstellung JP 20.11.90
+|* Letzte Aenderung MA 20. Mar. 95
*************************************************************************/
@@ -236,11 +236,11 @@ void SwModify::Modify( SfxPoolItem* pOldValue, SfxPoolItem* pNewValue )
SwClientIter aIter( *this );
SwClient * pLast = aIter.GoStart();
- if( pLast ) // konnte zum Anfang gesprungen werden ??
+ if( pLast ) // konnte zum Anfang gesprungen werden ??
do
{
pLast->Modify( pOldValue, pNewValue );
- if( !pRoot ) // Baum schon Weg ??
+ if( !pRoot ) // Baum schon Weg ??
break;
} while( 0 != ( pLast = aIter++ ));
@@ -252,7 +252,7 @@ void SwModify::Modify( SfxPoolItem* pOldValue, SfxPoolItem* pNewValue )
BOOL SwModify::GetInfo( SfxPoolItem& rInfo ) const
{
- BOOL bRet = TRUE; // bedeutet weiter zum naechsten
+ BOOL bRet = TRUE; // bedeutet weiter zum naechsten
if( pRoot )
{
@@ -265,15 +265,15 @@ BOOL SwModify::GetInfo( SfxPoolItem& rInfo ) const
;
}
- return bRet; // und weiter
+ return bRet; // und weiter
}
/*************************************************************************
-|* SwModify::Add( SwClient *pDepend )
+|* SwModify::Add( SwClient *pDepend )
|*
-|* Beschreibung Dokument 1.7
-|* Ersterstellung JP 20.11.90
-|* Letzte Aenderung JP 14.09.94
+|* Beschreibung Dokument 1.7
+|* Ersterstellung JP 20.11.90
+|* Letzte Aenderung JP 14.09.94
*************************************************************************/
@@ -319,11 +319,11 @@ void SwModify::Add(SwClient *pDepend)
}
/*************************************************************************
-|* SwModify::_Remove( SwClient *pDepend )
+|* SwModify::_Remove( SwClient *pDepend )
|*
-|* Beschreibung Dokument 1.7
-|* Ersterstellung JP 20.11.90
-|* Letzte Aenderung JP 14.09.94
+|* Beschreibung Dokument 1.7
+|* Ersterstellung JP 20.11.90
+|* Letzte Aenderung JP 14.09.94
*************************************************************************/
@@ -376,10 +376,10 @@ SwClient *SwModify::_Remove(SwClient * pDepend)
/*************************************************************************
-|* SwModify::CheckCaching( const USHORT nWhich )
+|* SwModify::CheckCaching( const USHORT nWhich )
|*
-|* Ersterstellung JP 25.06.95
-|* Letzte Aenderung JP 25.06.95
+|* Ersterstellung JP 25.06.95
+|* Letzte Aenderung JP 25.06.95
*************************************************************************/
@@ -420,11 +420,11 @@ void SwModify::CheckCaching( const USHORT nWhich )
// ----------
/*************************************************************************
-|* SwDepend::SwDepend(SwClient *pTellHim,SwModify *pDepend)
+|* SwDepend::SwDepend(SwClient *pTellHim,SwModify *pDepend)
|*
-|* Beschreibung callback.doc V1.14
-|* Ersterstellung VB 20.03.91
-|* Letzte Aenderung VB 20.03.91
+|* Beschreibung callback.doc V1.14
+|* Ersterstellung VB 20.03.91
+|* Letzte Aenderung VB 20.03.91
*************************************************************************/
@@ -436,11 +436,11 @@ SwDepend::SwDepend(SwClient *pTellHim, SwModify *pDepend)
/*************************************************************************
|*
-|* SwDepend::Modify(SwHint *, SwHint *)
+|* SwDepend::Modify(SwHint *, SwHint *)
|*
-|* Beschreibung callback.doc V1.14
-|* Ersterstellung VB 20.03.91
-|* Letzte Aenderung VB 20.03.91
+|* Beschreibung callback.doc V1.14
+|* Ersterstellung VB 20.03.91
+|* Letzte Aenderung VB 20.03.91
|*
*************************************************************************/
@@ -568,7 +568,7 @@ SwClient* SwClientIter::operator--()
}
-SwClient* SwClientIter::GoStart() // zum Anfang des Baums
+SwClient* SwClientIter::GoStart() // zum Anfang des Baums
{
pAkt = rRoot.pRoot;
if( pAkt )
@@ -579,7 +579,7 @@ SwClient* SwClientIter::GoStart() // zum Anfang des Baums
}
-SwClient* SwClientIter::GoEnd() // zum End des Baums
+SwClient* SwClientIter::GoEnd() // zum End des Baums
{
pAkt = pDelNext;
if( !pAkt )
diff --git a/sw/source/core/attr/cellatr.cxx b/sw/source/core/attr/cellatr.cxx
index 4260cb2391ed..21a281a0a2a8 100644
--- a/sw/source/core/attr/cellatr.cxx
+++ b/sw/source/core/attr/cellatr.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
@@ -33,7 +33,7 @@
#include <rtl/math.hxx>
-#include <hintids.hxx> // fuer RES_..
+#include <hintids.hxx> // fuer RES_..
#include <cellatr.hxx>
#include <calc.hxx>
#include <format.hxx>
@@ -45,7 +45,7 @@
-//TYPEINIT1( SwFmt, SwClient ); //rtti fuer SwFmt
+//TYPEINIT1( SwFmt, SwClient ); //rtti fuer SwFmt
/*************************************************************************
|*
@@ -105,8 +105,8 @@ SfxPoolItem* SwTblBoxFormula::Clone( SfxItemPool* ) const
// suche den Node, in dem die Formel steht:
- // TextFeld -> TextNode,
- // BoxAttribut -> BoxStartNode
+ // TextFeld -> TextNode,
+ // BoxAttribut -> BoxStartNode
// !!! MUSS VON JEDER ABLEITUNG UEBERLADEN WERDEN !!!
const SwNode* SwTblBoxFormula::GetNodeOfFormula() const
{
@@ -157,10 +157,10 @@ void SwTblBoxFormula::ChangeState( const SfxPoolItem* pItem )
case TBL_CALC:
// setze das Value-Flag zurueck
// JP 17.06.96: interne Darstellung auf alle Formeln
- // (Referenzen auf andere Tabellen!!!)
-// if( VF_CMD & pFld->GetFormat() )
-// pFld->PtrToBoxNm( pUpdtFld->pTbl );
-// else
+ // (Referenzen auf andere Tabellen!!!)
+// if( VF_CMD & pFld->GetFormat() )
+// pFld->PtrToBoxNm( pUpdtFld->pTbl );
+// else
ChgValid( FALSE );
break;
case TBL_BOXNAME:
@@ -172,7 +172,7 @@ void SwTblBoxFormula::ChangeState( const SfxPoolItem* pItem )
case TBL_BOXPTR:
// zur internen Darstellung
// JP 17.06.96: interne Darstellung auf alle Formeln
- // (Referenzen auf andere Tabellen!!!)
+ // (Referenzen auf andere Tabellen!!!)
BoxNmToPtr( &pTblNd->GetTable() );
break;
case TBL_RELBOXNAME:
@@ -219,7 +219,7 @@ void SwTblBoxFormula::ChangeState( const SfxPoolItem* pItem )
void SwTblBoxFormula::Calc( SwTblCalcPara& rCalcPara, double& rValue )
{
- if( !rCalcPara.rCalc.IsCalcError() ) // ist schon Fehler gesetzt ?
+ if( !rCalcPara.rCalc.IsCalcError() ) // ist schon Fehler gesetzt ?
{
// erzeuge aus den BoxNamen die Pointer
BoxNmToPtr( rCalcPara.pTbl );
@@ -228,7 +228,7 @@ void SwTblBoxFormula::Calc( SwTblCalcPara& rCalcPara, double& rValue )
rValue = rCalcPara.rCalc.Calculate( sFml ).GetDouble();
else
rValue = DBL_MAX;
- ChgValid( !rCalcPara.IsStackOverFlow() ); // der Wert ist wieder gueltig
+ ChgValid( !rCalcPara.IsStackOverFlow() ); // der Wert ist wieder gueltig
}
}
diff --git a/sw/source/core/attr/fmtfollowtextflow.cxx b/sw/source/core/attr/fmtfollowtextflow.cxx
index b51d15be5cc3..3f99644a7c2b 100644
--- a/sw/source/core/attr/fmtfollowtextflow.cxx
+++ b/sw/source/core/attr/fmtfollowtextflow.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
diff --git a/sw/source/core/attr/fmtwrapinfluenceonobjpos.cxx b/sw/source/core/attr/fmtwrapinfluenceonobjpos.cxx
index d7e50547f509..49de186fde4f 100644
--- a/sw/source/core/attr/fmtwrapinfluenceonobjpos.cxx
+++ b/sw/source/core/attr/fmtwrapinfluenceonobjpos.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
diff --git a/sw/source/core/attr/format.cxx b/sw/source/core/attr/format.cxx
index d9acc6b71bea..9b4aaceae402 100644
--- a/sw/source/core/attr/format.cxx
+++ b/sw/source/core/attr/format.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
@@ -30,18 +30,18 @@
#include "precompiled_sw.hxx"
-#include <hintids.hxx> // fuer RES_..
-#include <frame.hxx> // fuer AttrCache
+#include <hintids.hxx> // fuer RES_..
+#include <frame.hxx> // fuer AttrCache
#include <format.hxx>
-#include <hints.hxx> // fuer SwFmtChg
+#include <hints.hxx> // fuer SwFmtChg
#include <doc.hxx>
-#include <paratr.hxx> // fuer SwParaFmt - SwHyphenBug
+#include <paratr.hxx> // fuer SwParaFmt - SwHyphenBug
#include <swcache.hxx>
// --> OD 2006-11-22 #i71574#
#include <fmtcolfunc.hxx>
// <--
-TYPEINIT1( SwFmt, SwClient ); //rtti fuer SwFmt
+TYPEINIT1( SwFmt, SwClient ); //rtti fuer SwFmt
/*************************************************************************
|* SwFmt::SwFmt
@@ -109,7 +109,7 @@ SwFmt::SwFmt( const SwFmt& rFmt )
/*************************************************************************
|* SwFmt &SwFmt::operator=(const SwFmt& aFmt)
|*
-|* Beschreibung Dokument 1.14
+|* Beschreibung Dokument 1.14
|* Ersterstellung JP 22.11.90
|* Letzte Aenderung JP 05.08.94
*************************************************************************/
@@ -187,10 +187,10 @@ void SwFmt::SetName( const String& rNewName, sal_Bool bBroadcast )
* Basis-Klasse auf 0 defaultet ist.
*
* Zusatz: JP 8.4.1994
- * Wird ueber Dokumentgrenzen kopiert, so muss das neue Dokument
- * mit angeben werden, in dem this steht. Z.Z. ist das fuers
- * DropCaps wichtig, dieses haelt Daten, die tief kopiert werden
- * muessen !!
+ * Wird ueber Dokumentgrenzen kopiert, so muss das neue Dokument
+ * mit angeben werden, in dem this steht. Z.Z. ist das fuers
+ * DropCaps wichtig, dieses haelt Daten, die tief kopiert werden
+ * muessen !!
* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
@@ -208,9 +208,9 @@ void SwFmt::CopyAttrs( const SwFmt& rFmt, BOOL bReplace )
// Sonderbehandlung fuer einige Attribute
SwAttrSet* pChgSet = (SwAttrSet*)&rFmt.aSet;
- if( !bReplace ) // nur die neu, die nicht gesetzt sind ??
+ if( !bReplace ) // nur die neu, die nicht gesetzt sind ??
{
- if( pChgSet == (SwAttrSet*)&rFmt.aSet ) // Set hier kopieren
+ if( pChgSet == (SwAttrSet*)&rFmt.aSet ) // Set hier kopieren
pChgSet = new SwAttrSet( rFmt.aSet );
pChgSet->Differentiate( aSet );
}
@@ -230,18 +230,18 @@ void SwFmt::CopyAttrs( const SwFmt& rFmt, BOOL bReplace )
SwAttrSetChg aChgOld( aSet, aOld );
SwAttrSetChg aChgNew( aSet, aNew );
- Modify( &aChgOld, &aChgNew ); // alle veraenderten werden verschickt
+ Modify( &aChgOld, &aChgNew ); // alle veraenderten werden verschickt
}
}
- if( pChgSet != (SwAttrSet*)&rFmt.aSet ) // Set hier angelegt ?
+ if( pChgSet != (SwAttrSet*)&rFmt.aSet ) // Set hier angelegt ?
delete pChgSet;
}
/*************************************************************************
|* SwFmt::~SwFmt()
|*
-|* Beschreibung Dokument 1.14
+|* Beschreibung Dokument 1.14
|* Ersterstellung JP 22.11.90
|* Letzte Aenderung JP 14.02.91
*************************************************************************/
@@ -258,7 +258,7 @@ SwFmt::~SwFmt()
bFmtInDTOR = TRUE;
SwFmt *pParentFmt = DerivedFrom();
- if (!pParentFmt) // see #112405#
+ if (!pParentFmt) // see #112405#
{
DBG_ERROR( "~SwFmt: parent format missing" );
}
@@ -280,7 +280,7 @@ SwFmt::~SwFmt()
/*************************************************************************
|* void SwFmt::Modify( SfxPoolItem* pOldValue, SfxPoolItem* pNewValue )
|*
-|* Beschreibung Dokument 1.14
+|* Beschreibung Dokument 1.14
|* Ersterstellung JP 22.11.90
|* Letzte Aenderung JP 05.08.94
*************************************************************************/
@@ -288,13 +288,13 @@ SwFmt::~SwFmt()
void SwFmt::Modify( SfxPoolItem* pOldValue, SfxPoolItem* pNewValue )
{
- BOOL bWeiter = TRUE; // TRUE = Propagierung an die Abhaengigen
+ BOOL bWeiter = TRUE; // TRUE = Propagierung an die Abhaengigen
USHORT nWhich = pOldValue ? pOldValue->Which() :
pNewValue ? pNewValue->Which() : 0 ;
switch( nWhich )
{
- case 0: break; // Which-Id von 0 ???
+ case 0: break; // Which-Id von 0 ???
case RES_OBJECTDYING :
{
@@ -477,7 +477,7 @@ BOOL SwFmt::SetFmtAttr(const SfxPoolItem& rAttr )
SwAttrSetChg aChgOld( aSet, aOld );
SwAttrSetChg aChgNew( aSet, aNew );
- Modify( &aChgOld, &aChgNew ); // alle veraenderten werden verschickt
+ Modify( &aChgOld, &aChgNew ); // alle veraenderten werden verschickt
}
}
return bRet;
@@ -525,7 +525,7 @@ BOOL SwFmt::SetFmtAttr( const SfxItemSet& rSet )
aSet.SetModifyAtAttr( this );
SwAttrSetChg aChgOld( aSet, aOld );
SwAttrSetChg aChgNew( aSet, aNew );
- Modify( &aChgOld, &aChgNew ); // alle veraenderten werden verschickt
+ Modify( &aChgOld, &aChgNew ); // alle veraenderten werden verschickt
}
}
return bRet;
@@ -540,7 +540,7 @@ BOOL SwFmt::ResetFmtAttr( USHORT nWhich1, USHORT nWhich2 )
return FALSE;
if( !nWhich2 || nWhich2 < nWhich1 )
- nWhich2 = nWhich1; // dann setze auf 1. Id, nur dieses Item
+ nWhich2 = nWhich1; // dann setze auf 1. Id, nur dieses Item
if ( IsInCache() || IsInSwFntCache() )
{
@@ -562,7 +562,7 @@ BOOL SwFmt::ResetFmtAttr( USHORT nWhich1, USHORT nWhich2 )
{
SwAttrSetChg aChgOld( aSet, aOld );
SwAttrSetChg aChgNew( aSet, aNew );
- Modify( &aChgOld, &aChgNew ); // alle veraenderten werden verschickt
+ Modify( &aChgOld, &aChgNew ); // alle veraenderten werden verschickt
}
return bRet;
}
@@ -596,7 +596,7 @@ USHORT SwFmt::ResetAllFmtAttr()
{
SwAttrSetChg aChgOld( aSet, aOld );
SwAttrSetChg aChgNew( aSet, aNew );
- Modify( &aChgOld, &aChgNew ); // alle veraenderten werden verschickt
+ Modify( &aChgOld, &aChgNew ); // alle veraenderten werden verschickt
}
return aNew.Count();
}
@@ -645,7 +645,7 @@ void SwFmt::DelDiffs( const SfxItemSet& rSet )
{
SwAttrSetChg aChgOld( aSet, aOld );
SwAttrSetChg aChgNew( aSet, aNew );
- Modify( &aChgOld, &aChgNew ); // alle veraenderten werden verschickt
+ Modify( &aChgOld, &aChgNew ); // alle veraenderten werden verschickt
}
}
diff --git a/sw/source/core/attr/hints.cxx b/sw/source/core/attr/hints.cxx
index fa2a95b1f654..f065413f4e27 100644
--- a/sw/source/core/attr/hints.cxx
+++ b/sw/source/core/attr/hints.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
@@ -295,9 +295,9 @@ USHORT GetWhichOfScript( USHORT nWhich, USHORT nScript )
nScript = GetI18NScriptTypeOfLanguage( (USHORT)GetAppLanguage() );
switch( nScript)
{
- case ScriptType::COMPLEX: ++pM; // no break;
- case ScriptType::ASIAN: ++pM; // no break;
- default: nRet = *pM;
+ case ScriptType::COMPLEX: ++pM; // no break;
+ case ScriptType::ASIAN: ++pM; // no break;
+ default: nRet = *pM;
}
}
}
diff --git a/sw/source/core/attr/swatrset.cxx b/sw/source/core/attr/swatrset.cxx
index d2d8ba190205..c7bf78864064 100644
--- a/sw/source/core/attr/swatrset.cxx
+++ b/sw/source/core/attr/swatrset.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
@@ -42,8 +42,8 @@
#include <charfmt.hxx>
#include <doc.hxx>
#include <node.hxx>
-#include <paratr.hxx> // fuer SetModifyAtAttr
-#include <cellatr.hxx> // fuer SetModifyAtAttr
+#include <paratr.hxx> // fuer SetModifyAtAttr
+#include <cellatr.hxx> // fuer SetModifyAtAttr
#include <cmdid.h>
#include <istyleaccess.hxx>
#include <numrule.hxx>
@@ -195,8 +195,8 @@ void SwAttrSet::Changed( const SfxPoolItem& rOld,
// ----------------------------------------------------------------
// Sonderbehandlung fuer einige Attribute
// Setze den Modify-Pointer (alten pDefinedIn) bei folgenden Attributen:
-// - SwFmtDropCaps
-// - SwFmtPageDesc
+// - SwFmtDropCaps
+// - SwFmtPageDesc
// (Wird beim Einfuegen in Formate/Nodes gerufen)
// ----------------------------------------------------------------
@@ -325,7 +325,7 @@ void SwAttrSet::CopyToModify( SwModify& rMod ) const
// <--
// JP 04.02.99: Task #61467# Seitenvorlagenwechsel mit kopieren
- // Gegenueber dem alten Verhalten, sie zu entfernen
+ // Gegenueber dem alten Verhalten, sie zu entfernen
const SwPageDesc* pPgDesc;
if( pSrcDoc != pDstDoc && SFX_ITEM_SET == GetItemState(
RES_PAGEDESC, FALSE, &pItem ) &&