summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-12-04 19:22:52 +0100
committerMichael Stahl <mstahl@redhat.com>2012-12-05 14:22:06 +0100
commit864e4244f96c35e77178d8372e24f01430a8d09f (patch)
tree10b3fc16b5a4dadb7f308368416563e735de8da5
parentResolves: fdo#57532 restrict page sanity check to non-storage chunks (diff)
downloadcore-864e4244f96c35e77178d8372e24f01430a8d09f.tar.gz
core-864e4244f96c35e77178d8372e24f01430a8d09f.zip
warning C4273: sbxToUnoValue: inconsistent dll linkage
Change-Id: I4677038ea4c702dfcea70a018c119ed31bb2cc60 (cherry picked from commit 7fe270b5718b8791128b9b8faee8b3e7d04f2be7)
-rw-r--r--sc/source/ui/vba/vbaapplication.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx
index 1ededa0560c1..f15f0ab2edbb 100644
--- a/sc/source/ui/vba/vbaapplication.cxx
+++ b/sc/source/ui/vba/vbaapplication.cxx
@@ -87,6 +87,7 @@
#include "excelvbahelper.hxx"
#include <basic/sbmod.hxx>
+#include <basic/sbuno.hxx>
#include <basic/sbxobj.hxx>
#include "viewutil.hxx"
@@ -105,8 +106,6 @@ using ::rtl::OUString;
#define FILE_PATH_SEPERATOR "\\"
#endif
-uno::Any sbxToUnoValue( SbxVariable* pVar );
-
// ============================================================================
/** Global application settings shared by all open workbooks. */