diff options
Diffstat (limited to 'framework/inc/helper/ocomponentaccess.hxx')
-rw-r--r-- | framework/inc/helper/ocomponentaccess.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/helper/ocomponentaccess.hxx b/framework/inc/helper/ocomponentaccess.hxx index 82dc392a319a..6c634692d800 100644 --- a/framework/inc/helper/ocomponentaccess.hxx +++ b/framework/inc/helper/ocomponentaccess.hxx @@ -178,7 +178,7 @@ class OComponentAccess : public ::cppu::WeakImplHelper1< ::com::sun::star::co private: - static sal_Bool impldbg_checkParameter_OComponentAccessCtor( const css::uno::Reference< css::frame::XDesktop >& xOwner ); + static bool impldbg_checkParameter_OComponentAccessCtor( const css::uno::Reference< css::frame::XDesktop >& xOwner ); // variables // (should be private everyway!) |