summaryrefslogtreecommitdiff
path: root/include
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 /include
parent982df8a29a753fe32512120472fd482b81d2f11c (diff)
sal_Bool->bool
Change-Id: Iadc9f9ef444fe36d58304c2d6219021173385118
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/xmlexp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index 2e77c5c00c06..d99db106b9aa 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -197,7 +197,7 @@ protected:
// This method should be overloaded to export the content of <style:styles>.
// If bUsed is set, used styles should be exported only.
// Overloaded Methods must call this method !
- virtual void _ExportStyles( sal_Bool bUsed ) ;
+ virtual void _ExportStyles( bool bUsed );
// This method must be overloaded to export the contents of
// <style:auto-styles>