diff options
Diffstat (limited to 'include/editeng/flstitem.hxx')
-rw-r--r-- | include/editeng/flstitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/flstitem.hxx b/include/editeng/flstitem.hxx index 3fa6ee22dd03..fe71e10b749c 100644 --- a/include/editeng/flstitem.hxx +++ b/include/editeng/flstitem.hxx @@ -48,7 +48,7 @@ public: const sal_uInt16 nId ); SvxFontListItem( const SvxFontListItem& rItem ); - virtual int operator==( const SfxPoolItem& ) const; + virtual bool operator==( const SfxPoolItem& ) const; virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const; virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const; |