summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmlexpit.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-12-29 14:52:30 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-12-29 14:53:40 +0900
commitebfc9d5fed1f88b72aca718fc0092bf26b6dc8bd (patch)
tree209433910e2970129c568b3f8e9d166f8b99c449 /sw/source/filter/xml/xmlexpit.hxx
parent11ce98e1b9d2523bb64a49d3c2dc941b70be4ef6 (diff)
sal_Bool to bool
Change-Id: I68cbf5f58eb5e8d1595d4c2a0e5656a154df3b0e
Diffstat (limited to 'sw/source/filter/xml/xmlexpit.hxx')
-rw-r--r--sw/source/filter/xml/xmlexpit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmlexpit.hxx b/sw/source/filter/xml/xmlexpit.hxx
index 4ae74ca3e553..39e195d15ed1 100644
--- a/sw/source/filter/xml/xmlexpit.hxx
+++ b/sw/source/filter/xml/xmlexpit.hxx
@@ -113,7 +113,7 @@ public:
inline void setMapEntries( SvXMLItemMapEntriesRef rMapEntries );
- static sal_Bool QueryXMLValue( const SfxPoolItem& rItem,
+ static bool QueryXMLValue( const SfxPoolItem& rItem,
::rtl::OUString& rValue, sal_uInt16 nMemberId,
const SvXMLUnitConverter& rUnitConverter );
};