diff options
author | Noel Grandin <noel@peralex.com> | 2014-04-25 14:00:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-04-30 08:44:42 +0200 |
commit | 6aa35db39311dcd7965c9c9c21fcf4143a1f9b43 (patch) | |
tree | 04320eaf8c7481c1b496460624ee20ec11360ac2 /sw/inc/authratr.hxx | |
parent | 1417061d1b2c110e7e690523a544b58e7ffd05c0 (diff) |
sw: sal_Bool->bool
Change-Id: I324a0ffde2ddcca105451c19e7aadcfad15211d8
Diffstat (limited to 'sw/inc/authratr.hxx')
-rw-r--r-- | sw/inc/authratr.hxx | 2 |
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; |