[ooo-build-commit] .: patches/dev300 patches/vba
Fridrich Strba
fridrich at kemper.freedesktop.org
Fri Jul 16 01:26:07 PDT 2010
patches/dev300/apply | 3 +++
patches/vba/vbahelper-link-with-oox.diff | 10 ++++++++++
2 files changed, 13 insertions(+)
New commits:
commit 623c628b9ca09881ceb19b84a01303cd57cf8d24
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Fri Jul 16 10:20:32 2010 +0200
Fix linking of vbahelper module (it was broken on windows)
* patches/dev300/apply:
* patches/vba/vbahelper-link-with-oox.diff:
diff --git a/patches/dev300/apply b/patches/dev300/apply
index 00aff36..61e077b 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -1598,6 +1598,9 @@ vba-oox-olenameoverride.diff, n#359933, n#403974
# fix strange ranges seperator regression problem
fix-name-range-separator.diff, n#597351
+# fix vbahelper linking on windows
+vbahelper-link-with-oox.diff, fridrich
+
[ VBAUntested ]
SectionOwner => noelpwer
# KEEP - unfinished autotext stuff
diff --git a/patches/vba/vbahelper-link-with-oox.diff b/patches/vba/vbahelper-link-with-oox.diff
new file mode 100644
index 0000000..878d2db
--- /dev/null
+++ b/patches/vba/vbahelper-link-with-oox.diff
@@ -0,0 +1,10 @@
+--- vbahelper/util/makefile.mk 2010-07-16 10:10:55.000000000 +0200
++++ vbahelper/util/makefile.mk 2010-07-16 10:11:26.000000000 +0200
+@@ -94,6 +94,7 @@
+ $(SVTOOLLIB) \
+ $(SVLLIB) \
+ $(VCLLIB) \
++ $(OOXLIB) \
+ $(TKLIB) \
+ $(BASICLIB) \
+ $(SVXMSFILTERLIB) \
More information about the ooo-build-commit
mailing list