[ooo-build-commit] .: patches/dev300 patches/vba
Noel Power
noelp at kemper.freedesktop.org
Mon Aug 9 09:40:49 PDT 2010
patches/dev300/apply | 2 ++
patches/vba/vba-fix-interesection.diff | 12 ++++++++++++
2 files changed, 14 insertions(+)
New commits:
commit c1bdad3f483aea7d3df5cc33620dab1358fd864f
Author: Noel Power <noel.power at novell.com>
Date: Mon Aug 9 17:41:48 2010 +0100
fix problem with intersection
* patches/dev300/apply:
* patches/vba/vba-fix-interesection.diff:
diff --git a/patches/dev300/apply b/patches/dev300/apply
index 14abf2d..c044abf 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -1588,6 +1588,8 @@ vbahelper-no-oox.diff
vba-misc-tweakupstream-m2.diff
# unoize msvbahelper to solve some dependency issues for split build
vba-msvbahelper-splitbuilt.diff
+# fix upstream introduced Application::Intersection problem
+vba-fix-interesection.diff
[ VBAUntested ]
SectionOwner => noelpwer
# KEEP - unfinished autotext stuff
diff --git a/patches/vba/vba-fix-interesection.diff b/patches/vba/vba-fix-interesection.diff
new file mode 100644
index 0000000..ed67cf0
--- /dev/null
+++ b/patches/vba/vba-fix-interesection.diff
@@ -0,0 +1,12 @@
+diff --git sc/source/ui/vba/vbaapplication.cxx sc/source/ui/vba/vbaapplication.cxx
+index c0fdff3..95582db 100644
+--- sc/source/ui/vba/vbaapplication.cxx
++++ sc/source/ui/vba/vbaapplication.cxx
+@@ -1228,6 +1228,7 @@ RangesList lcl_intersections( RangesList& vRanges )
+ #endif
+
+ intersections.push_back( argIntersect );
++ ++it;
+ }
+ return intersections;
+ }
More information about the ooo-build-commit
mailing list