diff options
Diffstat (limited to 'cui/source/options/optmemory.hxx')
-rw-r--r-- | cui/source/options/optmemory.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optmemory.hxx b/cui/source/options/optmemory.hxx index 9d48eaf83..c7edc9dd8 100644 --- a/cui/source/options/optmemory.hxx +++ b/cui/source/options/optmemory.hxx @@ -81,7 +81,7 @@ public: static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet ); - virtual BOOL FillItemSet( SfxItemSet& rSet ); + virtual sal_Bool FillItemSet( SfxItemSet& rSet ); virtual void Reset( const SfxItemSet& rSet ); }; |