summaryrefslogtreecommitdiff
path: root/include/basic/sbstar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/sbstar.hxx')
-rw-r--r--include/basic/sbstar.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/basic/sbstar.hxx b/include/basic/sbstar.hxx
index 0161f73151b7..5232c5ee3959 100644
--- a/include/basic/sbstar.hxx
+++ b/include/basic/sbstar.hxx
@@ -75,8 +75,8 @@ private:
BASIC_DLLPRIVATE bool RTError( SbError, const OUString& rMsg, sal_Int32, sal_Int32, sal_Int32 );
BASIC_DLLPRIVATE sal_uInt16 BreakPoint( sal_Int32 nLine, sal_Int32 nCol1, sal_Int32 nCol2 );
BASIC_DLLPRIVATE sal_uInt16 StepPoint( sal_Int32 nLine, sal_Int32 nCol1, sal_Int32 nCol2 );
- virtual bool LoadData( SvStream&, sal_uInt16 ) SAL_OVERRIDE;
- virtual bool StoreData( SvStream& ) const SAL_OVERRIDE;
+ virtual bool LoadData( SvStream&, sal_uInt16 ) override;
+ virtual bool StoreData( SvStream& ) const override;
protected:
bool ErrorHdl();
@@ -92,15 +92,15 @@ public:
// #51727 SetModified overridden so that the Modfied-State is
// not delivered to Parent.
- virtual void SetModified( bool ) SAL_OVERRIDE;
+ virtual void SetModified( bool ) override;
void* operator new( size_t );
void operator delete( void* );
- virtual void Insert( SbxVariable* ) SAL_OVERRIDE;
+ virtual void Insert( SbxVariable* ) override;
using SbxObject::Remove;
- virtual void Remove( SbxVariable* ) SAL_OVERRIDE;
- virtual void Clear() SAL_OVERRIDE;
+ virtual void Remove( SbxVariable* ) override;
+ virtual void Clear() override;
// Compiler-Interface
SbModule* MakeModule( const OUString& rName, const OUString& rSrc );
@@ -118,8 +118,8 @@ public:
static OUString GetErrorMsg();
static sal_Int32 GetErl();
- virtual SbxVariable* Find( const OUString&, SbxClassType ) SAL_OVERRIDE;
- virtual bool Call( const OUString&, SbxArray* = NULL ) SAL_OVERRIDE;
+ virtual SbxVariable* Find( const OUString&, SbxClassType ) override;
+ virtual bool Call( const OUString&, SbxArray* = NULL ) override;
SbxArray* GetModules() { return pModules; }
SbxObject* GetRtl() { return pRtl; }