From 184a00b96235f6432294ded63ce4a4a318effdb5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 9 Jun 2014 10:09:42 +0200 Subject: loplugin: inlinesimplememberfunctions Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b --- svl/source/items/style.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'svl/source/items/style.cxx') 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, -- cgit