summaryrefslogtreecommitdiff
path: root/include/editeng/sizeitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/sizeitem.hxx')
-rw-r--r--include/editeng/sizeitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/sizeitem.hxx b/include/editeng/sizeitem.hxx
index 60e2bf9679fb..f3095b0e2964 100644
--- a/include/editeng/sizeitem.hxx
+++ b/include/editeng/sizeitem.hxx
@@ -44,7 +44,7 @@ public:
inline SvxSizeItem& operator=( const SvxSizeItem &rCpy );
// "pure virtual Methods" from SfxPoolItem
- virtual int operator==( const SfxPoolItem& ) const;
+ virtual bool operator==( const SfxPoolItem& ) const;
virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const;
virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );