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.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/basic/sbxprop.hxx b/include/basic/sbxprop.hxx
index 3a9cd23c2545..6587b7f64759 100644
--- a/include/basic/sbxprop.hxx
+++ b/include/basic/sbxprop.hxx
@@ -36,8 +36,7 @@ public:
virtual SbxClassType GetClass() const SAL_OVERRIDE;
};
-SV_DECL_REF(SbxProperty)
-SV_IMPL_REF(SbxProperty)
+typedef tools::SvRef<SbxProperty> SbxPropertyRef;
#endif