summaryrefslogtreecommitdiff
path: root/include/svl/cntwall.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/cntwall.hxx')
-rw-r--r--include/svl/cntwall.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/cntwall.hxx b/include/svl/cntwall.hxx
index d6ef543342a0..3a398bc7d171 100644
--- a/include/svl/cntwall.hxx
+++ b/include/svl/cntwall.hxx
@@ -45,7 +45,7 @@ public:
virtual sal_uInt16 GetVersion(sal_uInt16) const;
- virtual int operator==( const SfxPoolItem& ) const;
+ virtual bool operator==( const SfxPoolItem& ) const;
virtual SfxPoolItem* Create( SvStream&, sal_uInt16 nItemVersion ) const;
virtual SvStream& Store( SvStream&, sal_uInt16 nItemVersion ) const;
virtual SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const;