summaryrefslogtreecommitdiff
path: root/sw/inc/authratr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/authratr.hxx')
-rw-r--r--sw/inc/authratr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/authratr.hxx b/sw/inc/authratr.hxx
index 463e48351948..3bd8bde98858 100644
--- a/sw/inc/authratr.hxx
+++ b/sw/inc/authratr.hxx
@@ -35,7 +35,7 @@ public:
AuthorCharAttr();
- inline sal_Bool operator == ( const AuthorCharAttr& rAttr ) const
+ inline bool operator == ( const AuthorCharAttr& rAttr ) const
{
return nItemId == rAttr.nItemId && nAttr == rAttr.nAttr &&
nColor == rAttr.nColor;