summaryrefslogtreecommitdiff
path: root/include/basic/sbxprop.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/sbxprop.hxx')
-rw-r--r--include/basic/sbxprop.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/basic/sbxprop.hxx b/include/basic/sbxprop.hxx
index 38ab51869cb9..cea8c7ab0346 100644
--- a/include/basic/sbxprop.hxx
+++ b/include/basic/sbxprop.hxx
@@ -27,7 +27,6 @@ class BASIC_DLLPUBLIC SbxProperty : public SbxVariable
{
public:
SBX_DECL_PERSIST_NODATA(SBXCR_SBX,SBXID_PROPERTY,1);
- TYPEINFO_OVERRIDE();
SbxProperty( const OUString& r, SbxDataType t );
SbxProperty( const SbxProperty& r ) : SvRefBase( r ), SbxVariable( r ) {}
virtual ~SbxProperty();