summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltexti.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-01-03 16:51:28 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-01-04 09:55:37 +0900
commit6a393297ce6d99bbc4edefbf01ab9c5c6f0eff84 (patch)
tree272e4d02418901023b45295137a73cd09b8753cb /sw/source/filter/xml/xmltexti.cxx
parent323c5ee69d5814f8400c0af3038023df9336b59c (diff)
sal_Bool to bool
Change-Id: I6c04aea3a0bba0308206bb3c9d8435606b7a4d81
Diffstat (limited to 'sw/source/filter/xml/xmltexti.cxx')
-rw-r--r--sw/source/filter/xml/xmltexti.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmltexti.cxx b/sw/source/filter/xml/xmltexti.cxx
index ef6b10201d2c..5b6687620556 100644
--- a/sw/source/filter/xml/xmltexti.cxx
+++ b/sw/source/filter/xml/xmltexti.cxx
@@ -150,8 +150,8 @@ SwXMLTextImportHelper::SwXMLTextImportHelper(
const uno::Reference < XModel>& rModel,
SvXMLImport& rImport,
const uno::Reference<XPropertySet> & rInfoSet,
- sal_Bool bInsertM, sal_Bool bStylesOnlyM, sal_Bool _bProgress,
- sal_Bool bBlockM, sal_Bool bOrganizerM,
+ bool bInsertM, bool bStylesOnlyM, bool _bProgress,
+ bool bBlockM, bool bOrganizerM,
sal_Bool /*bPreserveRedlineMode*/ ) :
XMLTextImportHelper( rModel, rImport, bInsertM, bStylesOnlyM, _bProgress,
bBlockM, bOrganizerM ),