summaryrefslogtreecommitdiff
path: root/include/svx/xlndsit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xlndsit.hxx')
-rw-r--r--include/svx/xlndsit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/xlndsit.hxx b/include/svx/xlndsit.hxx
index 537fea55af4b..bf4c63ced38c 100644
--- a/include/svx/xlndsit.hxx
+++ b/include/svx/xlndsit.hxx
@@ -42,7 +42,7 @@ public:
XLineDashItem(const XLineDashItem& rItem);
XLineDashItem(SvStream& rIn);
- virtual int operator==(const SfxPoolItem& rItem) const;
+ virtual bool operator==(const SfxPoolItem& rItem) const;
virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const;
virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const;
virtual SvStream& Store(SvStream& rOut, sal_uInt16 nItemVersion ) const;