clean up more sbxToUnoValue declarations

Change-Id: Ieff54baaff53031712f737dab84f840adb3bb09a
This commit is contained in:
Michael Stahl
2012-12-04 19:36:15 +01:00
parent 7fe270b571
commit 0990da105f
4 changed files with 4 additions and 11 deletions

View File

@@ -24,6 +24,7 @@
#include <basic/sbstar.hxx>
#include <basic/sbmod.hxx>
#include <basic/sbmeth.hxx>
#include <basic/sbuno.hxx>
#include <basic/basmgr.hxx>
#include <com/sun/star/script/provider/ScriptFrameworkErrorType.hpp>
#include "bcholder.hxx"
@@ -40,9 +41,6 @@ using namespace ::com::sun::star::script;
using namespace ::com::sun::star::document;
using namespace ::com::sun::star::beans;
extern ::com::sun::star::uno::Any sbxToUnoValue( SbxVariable* pVar );
extern void unoToSbxValue( SbxVariable* pVar, const ::com::sun::star::uno::Any& aValue );
//.........................................................................
namespace basprov