From 0990da105f89004f6071cf8cfee271e8b5f2d2c8 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 4 Dec 2012 19:36:15 +0100 Subject: clean up more sbxToUnoValue declarations Change-Id: Ieff54baaff53031712f737dab84f840adb3bb09a --- vbahelper/source/vbahelper/vbahelper.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'vbahelper') 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 #include #include +#include #include #include #include @@ -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 { -- cgit