summaryrefslogtreecommitdiff
path: root/sw/inc/dcontact.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/dcontact.hxx
parente2f4289ff208ab067ab89bcd7aea8a75c3227be3 (diff)
Remove sal_True/sal_False from code and comments in sw includes
Change-Id: Icfbbae898749196e27199802ec728417d5205bc5
Diffstat (limited to 'sw/inc/dcontact.hxx')
-rw-r--r--sw/inc/dcontact.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/dcontact.hxx b/sw/inc/dcontact.hxx
index 474d334962cd..5dcc8ca3e691 100644
--- a/sw/inc/dcontact.hxx
+++ b/sw/inc/dcontact.hxx
@@ -343,7 +343,7 @@ class SwDrawContact : public SwContact
method <_Changed(..)> */
bool mbUserCallActive : 1;
/** event type, which is handled for <mpSdrObjHandledByCurrentUserCall>.
- Note: value only valid, if <mbUserCallActive> is sal_True. */
+ Note: value only valid, if <mbUserCallActive> is true. */
SdrUserCallType meEventTypeOfCurrentUserCall;
friend class NestedUserCallHdl;