diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-14 09:11:37 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-18 11:26:04 +0200 |
commit | 4f9ce93ecb965652b79ffa569700e91e47912ba2 (patch) | |
tree | eaef31b5daa36f6fba7ee772225d1cd158c1c45e /sfx2/source/config | |
parent | 85341374cb9c2244d8d681b1b44909a9fa829f11 (diff) |
sfx2: sal_Bool->bool
Change-Id: I125e09933be2841315252fbc3fc021c195f255f8
Diffstat (limited to 'sfx2/source/config')
-rw-r--r-- | sfx2/source/config/evntconf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx index c720c89d682f..79901d9ddd97 100644 --- a/sfx2/source/config/evntconf.cxx +++ b/sfx2/source/config/evntconf.cxx @@ -272,7 +272,7 @@ void SfxEventConfiguration::ConfigureEvent( const OUString& aName, const SvxMacr } -SvxMacro* SfxEventConfiguration::ConvertToMacro( const com::sun::star::uno::Any& rElement, SfxObjectShell* pDoc, sal_Bool bBlowUp ) +SvxMacro* SfxEventConfiguration::ConvertToMacro( const com::sun::star::uno::Any& rElement, SfxObjectShell* pDoc, bool bBlowUp ) { return SfxEvents_Impl::ConvertToMacro( rElement, pDoc, bBlowUp ); } |