summaryrefslogtreecommitdiff
path: root/include/sfx2/frmdescr.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-17 17:04:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-17 18:45:14 +0100
commit20223e2374bb6a966e44471c224d22d968d19025 (patch)
treee7b935638da81c3df30a3fca00e39c8769c2a515 /include/sfx2/frmdescr.hxx
parent5169abbac92f30b950ab19c2c8e285c47fb1f0d7 (diff)
bool improvements
Change-Id: I9f5564100aa64ff4940dd93a81ff5a8d8edc7a07
Diffstat (limited to 'include/sfx2/frmdescr.hxx')
-rw-r--r--include/sfx2/frmdescr.hxx2
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 );
};