diff options
author | Noel Grandin <noel@peralex.com> | 2014-04-04 09:57:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-04-04 13:44:16 +0200 |
commit | 88ab8181d95272bea1b15c88fcc127e7be836454 (patch) | |
tree | 8a9dd5b114d2163f533d96e46082372f5ae1887f /basic/inc | |
parent | 214751e3cc5b154d90963f4abf0a9317733b001b (diff) |
SbxObject::isClass sal_Bool->bool
Change-Id: I71f7b3603df43924d7374969444b929e1eecca4e
Diffstat (limited to 'basic/inc')
-rw-r--r-- | basic/inc/sbobjmod.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/inc/sbobjmod.hxx b/basic/inc/sbobjmod.hxx index b5b422d58e62..66ddc42bda18 100644 --- a/basic/inc/sbobjmod.hxx +++ b/basic/inc/sbobjmod.hxx @@ -95,7 +95,7 @@ public: SbUserFormModuleInstance( SbUserFormModule* pParentModule, const OUString& rName, const com::sun::star::script::ModuleInfo& mInfo, bool bIsVBACompat ); - virtual sal_Bool IsClass( const OUString& ) const SAL_OVERRIDE; + virtual bool IsClass( const OUString& ) const SAL_OVERRIDE; virtual SbxVariable* Find( const OUString& rName, SbxClassType t ) SAL_OVERRIDE; }; |