summaryrefslogtreecommitdiff
path: root/basic/source/classes/eventatt.cxx
diff options
context:
space:
mode:
authorGregor Hartmann <gh <Gregor Hartmann<gh@openoffice.org>2010-04-16 14:10:50 +0200
committerGregor Hartmann <gh <Gregor Hartmann<gh@openoffice.org>2010-04-16 14:10:50 +0200
commit541d6bed19ca3e6b90712a14c130da6e780fd521 (patch)
treea9f148b1f266699335083279464a4ad9dd4b95bb /basic/source/classes/eventatt.cxx
parent2fb4453937f194117e5010ecc6cfe13f9efd6d04 (diff)
add declaration of unoToSbxValue to header instead of in several cxx files
Diffstat (limited to 'basic/source/classes/eventatt.cxx')
-rw-r--r--basic/source/classes/eventatt.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/basic/source/classes/eventatt.cxx b/basic/source/classes/eventatt.cxx
index 0335b3e746..db3abf02ab 100644
--- a/basic/source/classes/eventatt.cxx
+++ b/basic/source/classes/eventatt.cxx
@@ -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!" );