summaryrefslogtreecommitdiff
path: root/sw/source/core/para/paratr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/para/paratr.cxx')
-rw-r--r--sw/source/core/para/paratr.cxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/sw/source/core/para/paratr.cxx b/sw/source/core/para/paratr.cxx
index cdbed13e5286..b5e309331880 100644
--- a/sw/source/core/para/paratr.cxx
+++ b/sw/source/core/para/paratr.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
@@ -61,9 +61,9 @@ TYPEINIT1_AUTOFACTORY( SwNumRuleItem, SfxStringItem);
TYPEINIT1_AUTOFACTORY( SwParaConnectBorderItem, SfxBoolItem);
/*************************************************************************
-|* Beschreibung Methoden von SwFmtDrop
-|* Ersterstellung MS 19.02.91
-|* Letzte Aenderung JP 08.08.94
+|* Beschreibung Methoden von SwFmtDrop
+|* Ersterstellung MS 19.02.91
+|* Letzte Aenderung JP 08.08.94
*************************************************************************/
@@ -128,10 +128,10 @@ void SwFmtDrop::Modify( SfxPoolItem *, SfxPoolItem * )
// die Abpruefung nicht hinauskommt.
SwClientIter aIter( *pDefinedIn );
SwClient * pLast = aIter.GoStart();
- if( pLast ) // konnte zum Anfang gesprungen werden ??
+ if( pLast ) // konnte zum Anfang gesprungen werden ??
do {
pLast->Modify( this, this );
- if( !pDefinedIn->GetDepends() ) // Baum schon Weg ??
+ if( !pDefinedIn->GetDepends() ) // Baum schon Weg ??
break;
} while( 0 != ( pLast = aIter++ ));
}
@@ -169,9 +169,9 @@ bool SwFmtDrop::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const
case MID_DROPCAP_FORMAT:
{
style::DropCapFormat aDrop;
- aDrop.Lines = nLines ;
- aDrop.Count = nChars ;
- aDrop.Distance = TWIP_TO_MM100_UNSIGNED(nDistance);
+ aDrop.Lines = nLines ;
+ aDrop.Count = nChars ;
+ aDrop.Distance = TWIP_TO_MM100_UNSIGNED(nDistance);
rVal.setValue(&aDrop, ::getCppuType((const style::DropCapFormat*)0));
}
break;
@@ -225,9 +225,9 @@ bool SwFmtDrop::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId )
if(rVal.getValueType() == ::getCppuType((const style::DropCapFormat*)0))
{
const style::DropCapFormat* pDrop = (const style::DropCapFormat*)rVal.getValue();
- nLines = pDrop->Lines;
- nChars = pDrop->Count;
- nDistance = MM100_TO_TWIP(pDrop->Distance);
+ nLines = pDrop->Lines;
+ nChars = pDrop->Count;
+ nDistance = MM100_TO_TWIP(pDrop->Distance);
}
else {
//exception( wrong_type)