summaryrefslogtreecommitdiffstats
path: root/include/svl/style.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/style.hxx')
-rw-r--r--include/svl/style.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/style.hxx b/include/svl/style.hxx
index f82d14266fb3..3b936763886b 100644
--- a/include/svl/style.hxx
+++ b/include/svl/style.hxx
@@ -230,7 +230,7 @@ public:
const OUString& GetAppName() const { return aAppName; }
SfxItemPool& GetPool();
- const SfxItemPool& GetPool() const;
+ const SfxItemPool& GetPool() const { return rPool;}
virtual SfxStyleSheetIteratorPtr CreateIterator(SfxStyleFamily, sal_uInt16 nMask);
virtual sal_uInt16 Count();
@@ -265,7 +265,7 @@ public:
{ return Find(rStr, nSearchFamily, nMask); }
void SetSearchMask(SfxStyleFamily eFam, sal_uInt16 n=SFXSTYLEBIT_ALL );
- sal_uInt16 GetSearchMask() const;
+ sal_uInt16 GetSearchMask() const { return nMask;}
SfxStyleFamily GetSearchFamily() const { return nSearchFamily; }
void Reindex();