summaryrefslogtreecommitdiff
path: root/sw/inc/editsh.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/editsh.hxx
parente2f4289ff208ab067ab89bcd7aea8a75c3227be3 (diff)
Remove sal_True/sal_False from code and comments in sw includes
Change-Id: Icfbbae898749196e27199802ec728417d5205bc5
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r--sw/inc/editsh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index a9813962a5fd..b59cc50e94cc 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -223,7 +223,7 @@ public:
@return attributes in required AttributeSet.
When not unambiguous the set has a DONT_CARE !!
2nd optional parameter <bMergeIndentValuesOfNumRule>.
- If <bMergeIndentValuesOfNumRule> == sal_True, the indent attributes of
+ If <bMergeIndentValuesOfNumRule> == true, the indent attributes of
the corresponding list level of an applied list style is merged into
the requested item set as a LR-SPACE item, if corresponding node has not
its own indent attributes and the position-and-space mode of the list
@@ -468,7 +468,7 @@ public:
if all paragraphs of the current selection have the same or none numbering rule applied. */
const SwNumRule* GetNumRuleAtCurrentSelection() const;
- /** Optional parameter <bResetIndentAttrs> (default value sal_False).
+ /** Optional parameter <bResetIndentAttrs> (default value false).
If <bResetIndentAttrs> equals true, the indent attributes "before text"
and "first line indent" are additionally reset at the current selection,
if the list style makes use of the new list level attributes.