summaryrefslogtreecommitdiff
path: root/cui/source/options/optfltr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optfltr.hxx')
-rw-r--r--cui/source/options/optfltr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optfltr.hxx b/cui/source/options/optfltr.hxx
index da6459fc41be..9ee8a71c36a4 100644
--- a/cui/source/options/optfltr.hxx
+++ b/cui/source/options/optfltr.hxx
@@ -46,7 +46,7 @@ public:
static SfxTabPage* Create( Window* pParent,
const SfxItemSet& rAttrSet );
- virtual sal_Bool FillItemSet( SfxItemSet& rSet );
+ virtual bool FillItemSet( SfxItemSet& rSet );
virtual void Reset( const SfxItemSet& rSet );
};
@@ -95,7 +95,7 @@ public:
static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet );
- virtual sal_Bool FillItemSet( SfxItemSet& rSet );
+ virtual bool FillItemSet( SfxItemSet& rSet );
virtual void Reset( const SfxItemSet& rSet );
};