summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-10-23 18:35:04 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-10-24 09:46:07 +0900
commitcc64715977062d77ba9e3cb1c95138b0cc7639f8 (patch)
tree5c828a18330e5bc430c424091e28c59681a3aa64 /sw/source/core/txtnode
parentcffdb8d6804105bc840a407a10890af556e586c9 (diff)
sal_Bool to bool
Change-Id: I47f376f431276396a9f3168a5e39e2c9e9e55cbe
Diffstat (limited to 'sw/source/core/txtnode')
-rw-r--r--sw/source/core/txtnode/ndtxt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/txtnode/ndtxt.cxx b/sw/source/core/txtnode/ndtxt.cxx
index 7975b17bdbc8..83ef8f6425e8 100644
--- a/sw/source/core/txtnode/ndtxt.cxx
+++ b/sw/source/core/txtnode/ndtxt.cxx
@@ -3376,7 +3376,7 @@ namespace {
SwPaM aPam( rTxtNode );
// #i96644#
// suppress side effect "send data changed events"
- rTxtNode.GetDoc()->ResetAttrs( aPam, sal_False, aAttrs, false );
+ rTxtNode.GetDoc()->ResetAttrs( aPam, false, aAttrs, false );
}
// Helper method for special handling of modified attributes at text node.