summaryrefslogtreecommitdiff
path: root/svl/source/items
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-05 22:41:17 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-06 07:19:09 +0200
commit9e436082af14b2202229589325cee0518fd6107d (patch)
tree2a2706834e4a1bac34ad4ce0a0340f29455d46a9 /svl/source/items
parent5d0272772a174644e63fd46664887a2cb0362ba5 (diff)
dflt -> default
Change-Id: I89f1f5771eb7d96da233a8c7386b906b2a3a9c3e
Diffstat (limited to 'svl/source/items')
-rw-r--r--svl/source/items/itempool.cxx2
-rw-r--r--svl/source/items/poolio.cxx4
-rw-r--r--svl/source/items/style.cxx2
3 files changed, 4 insertions, 4 deletions
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()
{