summaryrefslogtreecommitdiff
path: root/xmloff/source/style/prstylei.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-13 13:54:31 +0200
committerNoel Grandin <noel@peralex.com>2014-02-14 14:15:15 +0200
commit8b34d05cb13d839d80aca696bf6ba766dd7e28cb (patch)
tree339d910a54c7e2031888946fb4eee0fd97a9b7de /xmloff/source/style/prstylei.cxx
parentf44024d1a065005bcbc991525df059cd86bc2363 (diff)
sal_Bool->bool
Change-Id: Iab0165ef642dfee5bd315fc1f42f4bad8e86aa47
Diffstat (limited to 'xmloff/source/style/prstylei.cxx')
-rw-r--r--xmloff/source/style/prstylei.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/prstylei.cxx b/xmloff/source/style/prstylei.cxx
index b0c9ade38fb7..805da8573fbf 100644
--- a/xmloff/source/style/prstylei.cxx
+++ b/xmloff/source/style/prstylei.cxx
@@ -329,7 +329,7 @@ void XMLPropStyleContext::CreateAndInsert( sal_Bool bOverwrite )
}
}
-void XMLPropStyleContext::Finish( sal_Bool bOverwrite )
+void XMLPropStyleContext::Finish( bool bOverwrite )
{
if( mxStyle.is() && (IsNew() || bOverwrite) )
{