diff options
Diffstat (limited to 'include/sfx2/frmdescr.hxx')
-rw-r--r-- | include/sfx2/frmdescr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/frmdescr.hxx b/include/sfx2/frmdescr.hxx index bd8a2b0eafbf..c6452b1bd829 100644 --- a/include/sfx2/frmdescr.hxx +++ b/include/sfx2/frmdescr.hxx @@ -215,7 +215,7 @@ public: ~SfxFrameProperties() { delete pFrame; } - int operator ==( const SfxFrameProperties& ) const; + bool operator ==( const SfxFrameProperties& ) const; SfxFrameProperties& operator =( const SfxFrameProperties &rProp ); }; |