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 /include/basic/sbxobj.hxx | |
parent | 214751e3cc5b154d90963f4abf0a9317733b001b (diff) |
SbxObject::isClass sal_Bool->bool
Change-Id: I71f7b3603df43924d7374969444b929e1eecca4e
Diffstat (limited to 'include/basic/sbxobj.hxx')
-rw-r--r-- | include/basic/sbxobj.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbxobj.hxx b/include/basic/sbxobj.hxx index dbc9b7adeb22..458b6ca01996 100644 --- a/include/basic/sbxobj.hxx +++ b/include/basic/sbxobj.hxx @@ -52,7 +52,7 @@ public: virtual SbxClassType GetClass() const SAL_OVERRIDE; virtual void Clear() SAL_OVERRIDE; - virtual sal_Bool IsClass( const OUString& ) const; + virtual bool IsClass( const OUString& ) const; const OUString& GetClassName() const { return aClassName; } void SetClassName( const OUString &rNew ) { aClassName = rNew; } // Default-Property |