summaryrefslogtreecommitdiff
path: root/include/basic/sbxmeth.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/sbxmeth.hxx')
-rw-r--r--include/basic/sbxmeth.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbxmeth.hxx b/include/basic/sbxmeth.hxx
index 6874867c71ee..2c07361ac9d7 100644
--- a/include/basic/sbxmeth.hxx
+++ b/include/basic/sbxmeth.hxx
@@ -27,7 +27,7 @@ class BASIC_DLLPUBLIC SbxMethod : public SbxVariable
{
public:
SBX_DECL_PERSIST_NODATA(SBXCR_SBX,SBXID_METHOD,1);
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
SbxMethod( const OUString& r, SbxDataType t );
SbxMethod( const SbxMethod& r );
~SbxMethod();