From 864e4244f96c35e77178d8372e24f01430a8d09f Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 4 Dec 2012 19:22:52 +0100 Subject: warning C4273: sbxToUnoValue: inconsistent dll linkage Change-Id: I4677038ea4c702dfcea70a018c119ed31bb2cc60 (cherry picked from commit 7fe270b5718b8791128b9b8faee8b3e7d04f2be7) --- sc/source/ui/vba/vbaapplication.cxx | 3 +-- 1 file changed, 1 insertion(+), 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 +#include #include #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. */ -- cgit