summaryrefslogtreecommitdiff
path: root/sw/inc/swatrset.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2014-11-08 14:19:22 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2014-11-16 16:52:45 +0100
commit1e61a6eaa7c31344c2eab1882acb2dff7b6cfea3 (patch)
tree7b9ea141131432510eaf36d0754806b09281193e /sw/inc/swatrset.hxx
parente2f4289ff208ab067ab89bcd7aea8a75c3227be3 (diff)
Remove sal_True/sal_False from code and comments in sw includes
Change-Id: Icfbbae898749196e27199802ec728417d5205bc5
Diffstat (limited to 'sw/inc/swatrset.hxx')
-rw-r--r--sw/inc/swatrset.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/swatrset.hxx b/sw/inc/swatrset.hxx
index e9d9395b46f9..867f269e2d7a 100644
--- a/sw/inc/swatrset.hxx
+++ b/sw/inc/swatrset.hxx
@@ -216,7 +216,7 @@ public:
const SwDoc *GetDoc() const { return GetPool()->GetDoc(); }
SwDoc *GetDoc() { return GetPool()->GetDoc(); }
- // Get methods: bool indicates whether to search only in Set (sal_False)
+ // Get methods: bool indicates whether to search only in Set (when false)
// or also in parents. If nothing is found then default attribute is returned.
// Character attributes. Implementation in charatr.hxx.
inline const SvxPostureItem &GetPosture( bool = true ) const;