summaryrefslogtreecommitdiff
path: root/include/basic/sbxcore.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/sbxcore.hxx')
-rw-r--r--include/basic/sbxcore.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbxcore.hxx b/include/basic/sbxcore.hxx
index 5bf2b2ec61db..079b9618f529 100644
--- a/include/basic/sbxcore.hxx
+++ b/include/basic/sbxcore.hxx
@@ -106,7 +106,7 @@ public:
static SbxObject* CreateObject( const OUString& );
};
-SV_DECL_REF(SbxBase)
+typedef tools::SvRef<SbxBase> SbxBaseRef;
inline void SbxBase::SetFlags( sal_uInt16 n )
{ nFlags = n; }