summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/swcont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/swcont.hxx')
-rw-r--r--sw/source/ui/inc/swcont.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/swcont.hxx b/sw/source/ui/inc/swcont.hxx
index 32987a5b0a4b..ce9566f8c18c 100644
--- a/sw/source/ui/inc/swcont.hxx
+++ b/sw/source/ui/inc/swcont.hxx
@@ -84,7 +84,7 @@ public:
// they're never equal, otherwise they'd fall out of the array
return sal_False;
}
- int operator<(const SwContent& rCont) const
+ bool operator<(const SwContent& rCont) const
{
// at first sort by position and then by name
return nYPosition != rCont.nYPosition ?