summaryrefslogtreecommitdiff
path: root/svl/source/items/slstitm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/slstitm.cxx')
-rw-r--r--svl/source/items/slstitm.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/svl/source/items/slstitm.cxx b/svl/source/items/slstitm.cxx
index 8177b35b600c..b16e0c97382a 100644
--- a/svl/source/items/slstitm.cxx
+++ b/svl/source/items/slstitm.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
@@ -46,12 +46,12 @@ TYPEINIT1_AUTOFACTORY(SfxStringListItem, SfxPoolItem);
class SfxImpStringList
{
public:
- USHORT nRefCount;
- List aList;
+ USHORT nRefCount;
+ List aList;
SfxImpStringList() { nRefCount = 1; }
~SfxImpStringList();
- void Sort( BOOL bAscending, List* );
+ void Sort( BOOL bAscending, List* );
};
//------------------------------------------------------------------------
@@ -224,12 +224,12 @@ int SfxStringListItem::operator==( const SfxPoolItem& rItem ) const
SfxItemPresentation SfxStringListItem::GetPresentation
(
- SfxItemPresentation /*ePresentation*/,
- SfxMapUnit /*eCoreMetric*/,
- SfxMapUnit /*ePresentationMetric*/,
- XubString& rText,
+ SfxItemPresentation /*ePresentation*/,
+ SfxMapUnit /*eCoreMetric*/,
+ SfxMapUnit /*ePresentationMetric*/,
+ XubString& rText,
const IntlWrapper *
-) const
+) const
{
rText.AssignAscii(RTL_CONSTASCII_STRINGPARAM("(List)"));
return SFX_ITEM_PRESENTATION_NONE;
@@ -312,7 +312,7 @@ void SfxStringListItem::SetString( const XubString& rStr )
// String gehoert der Liste
pImp->aList.Insert( pStr, LIST_APPEND );
- nStart += nLen + 1 ; // delimiter ueberspringen
+ nStart += nLen + 1 ; // delimiter ueberspringen
} while( nDelimPos != STRING_NOTFOUND );
// Kein Leerstring am Ende