diff options
Diffstat (limited to 'include/basic/sbxobj.hxx')
-rw-r--r-- | include/basic/sbxobj.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/basic/sbxobj.hxx b/include/basic/sbxobj.hxx index 586af9f4ff32..c6c09cf5ffe8 100644 --- a/include/basic/sbxobj.hxx +++ b/include/basic/sbxobj.hxx @@ -88,8 +88,7 @@ public: void Dump( SvStream&, bool bDumpAll=false ); }; -SV_DECL_REF(SbxObject) -SV_IMPL_REF(SbxObject) +typedef tools::SvRef<SbxObject> SbxObjectRef; #endif // INCLUDED_BASIC_SBXOBJ_HXX |