summaryrefslogtreecommitdiff
path: root/svl/source/items
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-07-23 15:09:14 +0200
committerNoel Grandin <noel@peralex.com>2014-07-24 08:13:04 +0200
commit2a19718575e4b9c5757da55ab64dd17ef7d3c9c4 (patch)
tree39a7447c3260d5f6456cf17666c598f680e13be4 /svl/source/items
parent4bb37f99811875179c2020e832542d3751a93312 (diff)
move SFX_ITEMS_DIRECT etc. definitions inside the module
These are internal constants, they don't need to be visible to the rest of LO Change-Id: I313def85b8c404948ec9ecb3996fed03b32ff9bf
Diffstat (limited to 'svl/source/items')
-rw-r--r--svl/source/items/itempool.cxx5
-rw-r--r--svl/source/items/itemset.cxx1
2 files changed, 6 insertions, 0 deletions
diff --git a/svl/source/items/itempool.cxx b/svl/source/items/itempool.cxx
index 55084997e4a5..0638eec43d95 100644
--- a/svl/source/items/itempool.cxx
+++ b/svl/source/items/itempool.cxx
@@ -979,6 +979,11 @@ const sal_uInt16* SfxItemPool::GetFrozenIdRanges() const
return pImp->mpPoolRanges;
}
+const SfxPoolItem *SfxItemPool::GetItem2Default(sal_uInt16 nWhich) const
+{
+ return GetItem2(nWhich, SFX_ITEMS_DEFAULT);
+}
+
const SfxPoolItem *SfxItemPool::GetItem2(sal_uInt16 nWhich, sal_uInt32 nOfst) const
{
if ( !IsInRange(nWhich) )
diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx
index 3050442491a7..f773fb5afee7 100644
--- a/svl/source/items/itemset.cxx
+++ b/svl/source/items/itemset.cxx
@@ -41,6 +41,7 @@ static sal_uLong nRangesCopyCount = 0; // How often have ranges been copied?
#endif
#include "nranges.cxx"
+#include "poolio.hxx"
#ifdef DBG_UTIL