summaryrefslogtreecommitdiff
path: root/xmloff/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-13 13:21:54 +0200
committerNoel Grandin <noel@peralex.com>2014-02-14 14:15:15 +0200
commitf44024d1a065005bcbc991525df059cd86bc2363 (patch)
treeb17ab7d50231bbb4a1616b502c3b5d82237fce95 /xmloff/inc
parent982df8a29a753fe32512120472fd482b81d2f11c (diff)
sal_Bool->bool
Change-Id: Iadc9f9ef444fe36d58304c2d6219021173385118
Diffstat (limited to 'xmloff/inc')
-rw-r--r--xmloff/inc/SchXMLExport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/SchXMLExport.hxx b/xmloff/inc/SchXMLExport.hxx
index db4b0046f511..194e061a60e9 100644
--- a/xmloff/inc/SchXMLExport.hxx
+++ b/xmloff/inc/SchXMLExport.hxx
@@ -45,7 +45,7 @@ private:
protected:
virtual sal_uInt32 exportDoc( enum ::xmloff::token::XMLTokenEnum eClass = ::xmloff::token::XML_TOKEN_INVALID );
- virtual void _ExportStyles( sal_Bool bUsed );
+ virtual void _ExportStyles( bool bUsed );
virtual void _ExportAutoStyles();
virtual void _ExportMasterStyles();
virtual void _ExportContent();