summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxvar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/sbx/sbxvar.cxx')
-rw-r--r--basic/source/sbx/sbxvar.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/basic/source/sbx/sbxvar.cxx b/basic/source/sbx/sbxvar.cxx
index df30aad6ebe8..5da7a1667242 100644
--- a/basic/source/sbx/sbxvar.cxx
+++ b/basic/source/sbx/sbxvar.cxx
@@ -49,12 +49,6 @@ class SbxVariableImpl
SbxVariableImpl()
: m_pComListenerParentBasic( nullptr )
{}
- SbxVariableImpl( const SbxVariableImpl& r )
- : m_aDeclareClassName( r.m_aDeclareClassName )
- , m_xComListener( r.m_xComListener )
- , m_pComListenerParentBasic( r.m_pComListenerParentBasic )
- {
- }
};