summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltexti.hxx
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.hxx
parent323c5ee69d5814f8400c0af3038023df9336b59c (diff)
sal_Bool to bool
Change-Id: I6c04aea3a0bba0308206bb3c9d8435606b7a4d81
Diffstat (limited to 'sw/source/filter/xml/xmltexti.hxx')
-rw-r--r--sw/source/filter/xml/xmltexti.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmltexti.hxx b/sw/source/filter/xml/xmltexti.hxx
index 8c3aba0d17c9..2a5929517b46 100644
--- a/sw/source/filter/xml/xmltexti.hxx
+++ b/sw/source/filter/xml/xmltexti.hxx
@@ -42,8 +42,8 @@ public:
SvXMLImport& rImport,
const ::com::sun::star::uno::Reference <
::com::sun::star::beans::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 );
~SwXMLTextImportHelper();