From 9e436082af14b2202229589325cee0518fd6107d Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 5 May 2014 22:41:17 +0200 Subject: dflt -> default Change-Id: I89f1f5771eb7d96da233a8c7386b906b2a3a9c3e --- svl/source/items/itempool.cxx | 2 +- svl/source/items/poolio.cxx | 4 ++-- svl/source/items/style.cxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'svl') diff --git a/svl/source/items/itempool.cxx b/svl/source/items/itempool.cxx index f8ec9939f7fd..457b946fca19 100644 --- a/svl/source/items/itempool.cxx +++ b/svl/source/items/itempool.cxx @@ -955,7 +955,7 @@ const SfxPoolItem *SfxItemPool::GetItem2(sal_uInt16 nWhich, sal_uInt32 nOfst) co return 0; } - // dflt-Attribut? + // default attribute? if ( nOfst == SFX_ITEMS_DEFAULT ) return *(pImp->ppStaticDefaults + GetIndex_Impl(nWhich)); diff --git a/svl/source/items/poolio.cxx b/svl/source/items/poolio.cxx index 4b7b15e2a85a..68c93ef062d7 100644 --- a/svl/source/items/poolio.cxx +++ b/svl/source/items/poolio.cxx @@ -1069,7 +1069,7 @@ const SfxPoolItem* SfxItemPool::LoadSurrogate // richtigen (Folge-) Pool gefunden? if ( pTarget->IsInRange(rWhich) ) { - // dflt-Attribut? + // default attribute? if ( SFX_ITEMS_DEFAULT == nSurrogat ) return *(pTarget->pImp->ppStaticDefaults + pTarget->GetIndex_Impl(rWhich)); @@ -1162,7 +1162,7 @@ sal_uInt32 SfxItemPool::GetSurrogate(const SfxPoolItem *pItem) const SFX_ASSERT( false, pItem->Which(), "unknown Which-Id - dont ask me for surrogates" ); } - // Pointer auf static- oder pool-dflt-Attribut? + // pointer on static or pool-default attribute? if( IsStaticDefaultItem(pItem) || IsPoolDefaultItem(pItem) ) return SFX_ITEMS_DEFAULT; diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx index 8bdf0735e472..175f7ceee101 100644 --- a/svl/source/items/style.cxx +++ b/svl/source/items/style.cxx @@ -266,7 +266,7 @@ bool SfxStyleSheetBase::SetFollow( const OUString& rName ) return true; } -// Set Itemset. The dflt-implementation creates a new set +// Set Itemset. The default implementation creates a new set SfxItemSet& SfxStyleSheetBase::GetItemSet() { -- cgit