[ooo-build-commit] .: patches/vba
Kohei Yoshida
kohei at kemper.freedesktop.org
Mon Oct 4 12:36:20 PDT 2010
patches/vba/cws-vbasupportdev300.diff | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
New commits:
commit f9c7b77ab4208f27e2f07fe791cfe514b27b0a0b
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Mon Oct 4 15:35:49 2010 -0400
Adjusted patch to apply.
* patches/vba/cws-vbasupportdev300.diff
diff --git a/patches/vba/cws-vbasupportdev300.diff b/patches/vba/cws-vbasupportdev300.diff
index 5ebe0d9..88361a7 100644
--- a/patches/vba/cws-vbasupportdev300.diff
+++ b/patches/vba/cws-vbasupportdev300.diff
@@ -13735,13 +13735,15 @@ diff --git sc/source/filter/excel/xistyle.cxx sc/source/filter/excel/xistyle.cxx
index b1ce3a0..fdd537a 100644
--- sc/source/filter/excel/xistyle.cxx
+++ sc/source/filter/excel/xistyle.cxx
-@@ -65,10 +65,70 @@
- #include "root.hxx"
- #include "colrowst.hxx"
+@@ -69,12 +69,73 @@
+
+ #include <list>
+#include <cppuhelper/implbase1.hxx>
+#include <com/sun/star/container/XIndexAccess.hpp>
+#include <com/sun/star/beans/XPropertySet.hpp>
++
+ using ::std::list;
+using namespace ::com::sun::star;
+
+typedef ::cppu::WeakImplHelper1< container::XIndexAccess > XIndexAccess_BASE;
@@ -13799,6 +13801,7 @@ index b1ce3a0..fdd537a 100644
+ }
+
+}
+
// PALETTE record - color information =========================================
XclImpPalette::XclImpPalette( const XclImpRoot& rRoot ) :
More information about the ooo-build-commit
mailing list