summaryrefslogtreecommitdiff
path: root/sw/source/filter/rtf
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-10-20 23:12:12 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-10-20 23:12:12 +0900
commitbb80f99092c4ad6d5015165a60f7a239dcb2fbff (patch)
treeb1731a6cb5975c8c2f84363e942eb9c794fd3264 /sw/source/filter/rtf
parent1cdad42cf9cfd868f717ab6b972be201f1f06b70 (diff)
sal_Bool to bool
Change-Id: Ideb46a876ef74f505b71e2a788d5f8da50e251af
Diffstat (limited to 'sw/source/filter/rtf')
-rw-r--r--sw/source/filter/rtf/swparrtf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/rtf/swparrtf.cxx b/sw/source/filter/rtf/swparrtf.cxx
index 24eee1e1cd39..d4d59c0b62b2 100644
--- a/sw/source/filter/rtf/swparrtf.cxx
+++ b/sw/source/filter/rtf/swparrtf.cxx
@@ -2231,7 +2231,7 @@ void SwRTFParser::SetAttrInDoc( SvxRTFItemStackType &rSet )
if( pTxtNd )
{
// Update vom LR-Space abschalten
- pTxtNd->SetNumLSpace( sal_False );
+ pTxtNd->SetNumLSpace( false );
}
}
}