summaryrefslogtreecommitdiff
path: root/vbahelper
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-12-04 19:36:15 +0100
committerMichael Stahl <mstahl@redhat.com>2012-12-04 19:56:52 +0100
commit0990da105f89004f6071cf8cfee271e8b5f2d2c8 (patch)
treebd9b632505982623078e23df22d58e685b646e55 /vbahelper
parent7fe270b5718b8791128b9b8faee8b3e7d04f2be7 (diff)
clean up more sbxToUnoValue declarations
Change-Id: Ieff54baaff53031712f737dab84f840adb3bb09a
Diffstat (limited to 'vbahelper')
-rw-r--r--vbahelper/source/vbahelper/vbahelper.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/vbahelper/source/vbahelper/vbahelper.cxx b/vbahelper/source/vbahelper/vbahelper.cxx
index f0f2f0641dc8..0274b1f4c647 100644
--- a/vbahelper/source/vbahelper/vbahelper.cxx
+++ b/vbahelper/source/vbahelper/vbahelper.cxx
@@ -57,6 +57,7 @@
#include <basic/basmgr.hxx>
#include <basic/sbmod.hxx>
#include <basic/sbmeth.hxx>
+#include <basic/sbuno.hxx>
#include <rtl/math.hxx>
#include <sfx2/viewsh.hxx>
#include <math.h>
@@ -76,10 +77,6 @@
using namespace ::com::sun::star;
using namespace ::ooo::vba;
-void unoToSbxValue( SbxVariable* pVar, const uno::Any& aValue );
-
-uno::Any sbxToUnoValue( SbxVariable* pVar );
-
namespace ooo
{