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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/inc/sbprop.hxx b/basic/inc/sbprop.hxx
index 678de56f472b..b736aee8311b 100644
--- a/basic/inc/sbprop.hxx
+++ b/basic/inc/sbprop.hxx
@@ -41,7 +41,7 @@ public:
SbModule* GetModule() { return pMod; }
};
-SV_DECL_IMPL_REF(SbProperty)
+typedef tools::SvRef<SbProperty> SbPropertyRef;
class BASIC_DLLPUBLIC SbProcedureProperty : public SbxProperty
{