delete openoffice
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1254 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
--- filter/source/xsltfilter/makefile.mk 2009-03-27 10:14:39.000000000 +0300
|
||||
+++ filter/source/xsltfilter/makefile.mk 2009-03-27 18:14:56.000000000 +0300
|
||||
@@ -72,11 +72,11 @@
|
||||
CUSTOMMANIFESTFILE = Manifest
|
||||
|
||||
JARCOMPRESS = TRUE
|
||||
-JARCLASSDIRS = XSLTransformer*.class XSLTFilterOLEExtracter*.class
|
||||
+JARCLASSDIRS = XSLTransformer*.class XSLTFilterOLEExtracter*.class Base64*.class
|
||||
JARTARGET = $(TARGET).jar
|
||||
|
||||
# --- Files --------------------------------------------------------
|
||||
-JAVACLASSFILES=$(CLASSDIR)$/XSLTransformer.class $(CLASSDIR)$/XSLTFilterOLEExtracter.class
|
||||
+JAVACLASSFILES=$(CLASSDIR)$/XSLTransformer.class $(CLASSDIR)$/XSLTFilterOLEExtracter.class $(CLASSDIR)$/Base64.class
|
||||
.ENDIF
|
||||
|
||||
# --- Targets ------------------------------------------------------
|
||||
@@ -1,22 +0,0 @@
|
||||
diff -aur sw/source/core/doc/docbm.cxx sw/source/core/doc/docbm.cxx
|
||||
--- sw/source/core/doc/docbm.cxx 2009-04-26 03:05:02.000000000 +0800
|
||||
+++ sw/source/core/doc/docbm.cxx 2009-04-28 11:43:39.684101752 +0800
|
||||
@@ -63,6 +63,7 @@
|
||||
// --> OD 2007-10-23 #i81002#
|
||||
#include <ndtxt.hxx>
|
||||
// <--
|
||||
+#include <stdio.h>
|
||||
|
||||
SV_IMPL_OP_PTRARR_SORT(SwBookmarks, SwBookmarkPtr)
|
||||
|
||||
diff -aur sw/source/filter/ww8/WW8TableInfo.cxx sw/source/filter/ww8/WW8TableInfo.cxx
|
||||
--- sw/source/filter/ww8/WW8TableInfo.cxx 2009-04-26 03:04:38.000000000 +0800
|
||||
+++ sw/source/filter/ww8/WW8TableInfo.cxx 2009-04-28 11:46:24.967120225 +0800
|
||||
@@ -37,6 +37,7 @@
|
||||
#include "pam.hxx"
|
||||
#include "ndtxt.hxx"
|
||||
#include "dbgoutsw.hxx"
|
||||
+#include <stdio.h>
|
||||
|
||||
namespace ww8
|
||||
{
|
||||
@@ -1,11 +0,0 @@
|
||||
--- bin/package-ooo
|
||||
+++ bin/package-ooo
|
||||
@@ -33,6 +33,7 @@
|
||||
{
|
||||
cat <<EOT >$1
|
||||
#!/bin/sh
|
||||
+unset PYTHONPATH
|
||||
$OOINSTBASE/program/soffice $2 "\$@"
|
||||
EOT
|
||||
chmod 755 $1
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
--- bin/build-ooo.orig 2007-04-18 18:32:06.000000000 +0200
|
||||
+++ bin/build-ooo 2007-04-18 18:32:45.000000000 +0200
|
||||
@@ -21,9 +21,8 @@
|
||||
echo "configuring ...";
|
||||
autoconf || exit 1;
|
||||
|
||||
-echo "Env for configure:"
|
||||
-set
|
||||
-echo "Env for configure ends"
|
||||
+echo "Log Env for configure to `pwd`/env.log"
|
||||
+set > env.log
|
||||
|
||||
eval ./configure "$CONFIGURE_OPTIONS" "$PROPAGATED_ARGS" || exit 1;
|
||||
|
||||
@@ -88,8 +88,8 @@
|
||||
# similar that gives child nmake's pain.
|
||||
unset MAKEFLAGS
|
||||
|
||||
-echo "Env:"
|
||||
-set
|
||||
+echo "Log Env to `pwd`/env.log"
|
||||
+set > env.log
|
||||
|
||||
# What extra localizations are avilable as $SRCDIR/GSI_*.sdf and are not
|
||||
# already merged?
|
||||
Reference in New Issue
Block a user