add declaration of unoToSbxValue to header instead of in several cxx files

This commit is contained in:
Gregor Hartmann<gh
2010-04-16 14:10:50 +02:00
parent 6de19ad740
commit 3a8d3af3d9
4 changed files with 5 additions and 8 deletions

View File

@@ -62,6 +62,7 @@
#include <sbunoobj.hxx>
#include <basic/sbstar.hxx>
#include <basic/sbmeth.hxx>
#include <basic/sbuno.hxx>
#include <runtime.hxx>
#include <sbintern.hxx>
@@ -85,11 +86,6 @@ using namespace ::osl;
//===================================================================
void unoToSbxValue( SbxVariable* pVar, const Any& aValue );
Any sbxToUnoValue( SbxVariable* pVar );
Reference< frame::XModel > getModelFromBasic( SbxObject* pBasic )
{
OSL_PRECOND( pBasic != NULL, "getModelFromBasic: illegal call!" );