summaryrefslogtreecommitdiff
path: root/basic/inc/sbprop.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/inc/sbprop.hxx')
-rw-r--r--basic/inc/sbprop.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/inc/sbprop.hxx b/basic/inc/sbprop.hxx
index c65fe261725b..678de56f472b 100644
--- a/basic/inc/sbprop.hxx
+++ b/basic/inc/sbprop.hxx
@@ -37,7 +37,7 @@ class BASIC_DLLPUBLIC SbProperty : public SbxProperty
virtual ~SbProperty();
public:
SBX_DECL_PERSIST_NODATA(SBXCR_SBX,SBXID_BASICPROP,1);
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
SbModule* GetModule() { return pMod; }
};
@@ -54,7 +54,7 @@ public:
: SbxProperty( r, t ) // , pMod( p )
, mbSet( false )
{}
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
bool isSet( void )
{ return mbSet; }