summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLImageMapExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLImageMapExport.hxx')
-rw-r--r--xmloff/inc/XMLImageMapExport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/XMLImageMapExport.hxx b/xmloff/inc/XMLImageMapExport.hxx
index 3cdcef2837cb..84de7356287f 100644
--- a/xmloff/inc/XMLImageMapExport.hxx
+++ b/xmloff/inc/XMLImageMapExport.hxx
@@ -49,7 +49,7 @@ class XMLImageMapExport
SvXMLExport& mrExport;
- sal_Bool mbWhiteSpace; /// use whitespace between image map elements?
+ bool mbWhiteSpace; /// use whitespace between image map elements?
public:
XMLImageMapExport(SvXMLExport& rExport);