[Libreoffice-commits] .: Branch 'libreoffice-4-0' - sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Dec 5 05:24:31 PST 2012


 sc/source/ui/vba/vbaapplication.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 864e4244f96c35e77178d8372e24f01430a8d09f
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Dec 4 19:22:52 2012 +0100

    warning C4273: sbxToUnoValue: inconsistent dll linkage
    
    Change-Id: I4677038ea4c702dfcea70a018c119ed31bb2cc60
    (cherry picked from commit 7fe270b5718b8791128b9b8faee8b3e7d04f2be7)

diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx
index 1ededa0..f15f0ab 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. */


More information about the Libreoffice-commits mailing list