diff options
Diffstat (limited to 'framework/inc/helper/ocomponentenumeration.hxx')
-rw-r--r-- | framework/inc/helper/ocomponentenumeration.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/helper/ocomponentenumeration.hxx b/framework/inc/helper/ocomponentenumeration.hxx index d05d798af598..d12d45a6a406 100644 --- a/framework/inc/helper/ocomponentenumeration.hxx +++ b/framework/inc/helper/ocomponentenumeration.hxx @@ -162,8 +162,8 @@ class OComponentEnumeration : public ::cppu::WeakImplHelper2< ::com::sun::star private: - static sal_Bool impldbg_checkParameter_OComponentEnumerationCtor ( const css::uno::Sequence< css::uno::Reference< css::lang::XComponent > >& seqComponents ); - static sal_Bool impldbg_checkParameter_disposing ( const css::lang::EventObject& aEvent ); + static bool impldbg_checkParameter_OComponentEnumerationCtor ( const css::uno::Sequence< css::uno::Reference< css::lang::XComponent > >& seqComponents ); + static bool impldbg_checkParameter_disposing ( const css::lang::EventObject& aEvent ); // variables // (should be private everyway!) |