summaryrefslogtreecommitdiffstats
path: root/basic/source/sbx/sbxdec.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/sbx/sbxdec.hxx')
-rw-r--r--basic/source/sbx/sbxdec.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxdec.hxx b/basic/source/sbx/sbxdec.hxx
index 3db396ea6cb4..756fdc9f9273 100644
--- a/basic/source/sbx/sbxdec.hxx
+++ b/basic/source/sbx/sbxdec.hxx
@@ -46,8 +46,6 @@ public:
SbxDecimal( const SbxDecimal& rDec );
explicit SbxDecimal( const css::bridge::oleautomation::Decimal& rAutomationDec );
- ~SbxDecimal();
-
void addRef()
{ mnRefCount++; }