add declaration of unoToSbxValue to header instead of in several cxx files
This commit is contained in:
@@ -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!" );
|
||||
|
Reference in New Issue
Block a user