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, 2 insertions, 4 deletions
diff --git a/basic/source/sbx/sbxvar.cxx b/basic/source/sbx/sbxvar.cxx
index c49ad3914abb..c0de91f74e40 100644
--- a/basic/source/sbx/sbxvar.cxx
+++ b/basic/source/sbx/sbxvar.cxx
@@ -21,8 +21,10 @@
#include <svl/brdcst.hxx>
#include <basic/sbx.hxx>
+#include "runtime.hxx"
#include "sbxres.hxx"
#include "sbxconv.hxx"
+#include "sbunoobj.hxx"
#include <math.h>
#include <ctype.h>
@@ -66,8 +68,6 @@ SbxVariable::SbxVariable() : SbxValue()
nHash = 0;
}
-void registerComListenerVariableForBasic( SbxVariable* pVar, StarBASIC* pBasic );
-
SbxVariable::SbxVariable( const SbxVariable& r )
: SvRefBase( r ),
SbxValue( r ),
@@ -110,8 +110,6 @@ SbxVariable::SbxVariable( SbxDataType t, void* p ) : SbxValue( t, p )
nHash = 0;
}
-void removeDimAsNewRecoverItem( SbxVariable* pVar );
-
SbxVariable::~SbxVariable()
{
#ifndef DISABLE_SCRIPTING