diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-13 13:21:54 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-14 14:15:15 +0200 |
commit | f44024d1a065005bcbc991525df059cd86bc2363 (patch) | |
tree | b17ab7d50231bbb4a1616b502c3b5d82237fce95 /xmloff/source/draw | |
parent | 982df8a29a753fe32512120472fd482b81d2f11c (diff) |
sal_Bool->bool
Change-Id: Iadc9f9ef444fe36d58304c2d6219021173385118
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/sdxmlexp.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/draw/sdxmlexp_impl.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx index 7a5edd57b327..5a939245d767 100644 --- a/xmloff/source/draw/sdxmlexp.cxx +++ b/xmloff/source/draw/sdxmlexp.cxx @@ -2136,7 +2136,7 @@ void SdXMLExport::exportPresentationSettings() } } -void SdXMLExport::_ExportStyles(sal_Bool bUsed) +void SdXMLExport::_ExportStyles(bool bUsed) { GetPropertySetMapper()->SetAutoStyles( sal_False ); diff --git a/xmloff/source/draw/sdxmlexp_impl.hxx b/xmloff/source/draw/sdxmlexp_impl.hxx index 0e0ee73bed18..aea83fce3894 100644 --- a/xmloff/source/draw/sdxmlexp_impl.hxx +++ b/xmloff/source/draw/sdxmlexp_impl.hxx @@ -125,7 +125,7 @@ class SdXMLExport : public SvXMLExport const OUString msEndShape; const OUString msPageLayoutNames; - virtual void _ExportStyles(sal_Bool bUsed); + virtual void _ExportStyles(bool bUsed); virtual void _ExportAutoStyles(); virtual void _ExportFontDecls(); virtual void _ExportMasterStyles(); |