diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-12-04 19:22:52 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-12-04 19:56:51 +0100 |
commit | 7fe270b5718b8791128b9b8faee8b3e7d04f2be7 (patch) | |
tree | 549bd6ea208f75108fc5384b6632bb6cb3f93cc1 /sc | |
parent | be76d34849f95568e333a2af28bf61411eab3124 (diff) |
warning C4273: sbxToUnoValue: inconsistent dll linkage
Change-Id: I4677038ea4c702dfcea70a018c119ed31bb2cc60
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/vba/vbaapplication.cxx | 3 |
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. */ |