diff options
Diffstat (limited to 'include/svx/pageitem.hxx')
-rw-r--r-- | include/svx/pageitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/pageitem.hxx b/include/svx/pageitem.hxx index e3c9ae461401..2062347bb815 100644 --- a/include/svx/pageitem.hxx +++ b/include/svx/pageitem.hxx @@ -73,7 +73,7 @@ public: SvxPageItem( const SvxPageItem& rItem ); virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const; - virtual int operator==( const SfxPoolItem& ) const; + virtual bool operator==( const SfxPoolItem& ) const; virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres, SfxMapUnit eCoreMetric, |