summaryrefslogtreecommitdiff
path: root/svl/source/items/style.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/items/style.cxx')
-rw-r--r--svl/source/items/style.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx
index 40e8eeec207f..4848b027e104 100644
--- a/svl/source/items/style.cxx
+++ b/svl/source/items/style.cxx
@@ -604,10 +604,6 @@ void SfxStyleSheetBasePool::SetSearchMask(SfxStyleFamily eFam, sal_uInt16 n)
nSearchFamily = eFam; nMask = n;
}
-sal_uInt16 SfxStyleSheetBasePool::GetSearchMask() const
-{
- return nMask;
-}
SfxStyleSheetIteratorPtr SfxStyleSheetBasePool::CreateIterator
(
@@ -845,10 +841,6 @@ SfxItemPool& SfxStyleSheetBasePool::GetPool()
return rPool;
}
-const SfxItemPool& SfxStyleSheetBasePool::GetPool() const
-{
- return rPool;
-}
SfxStyleSheet::SfxStyleSheet(const OUString &rName,