[ooo-build-commit] patches/dev300
Cédric Bosdonnat
cbosdo at kemper.freedesktop.org
Thu Oct 8 05:35:18 PDT 2009
patches/dev300/build-ant-1.6-swext.diff | 8 ++++----
patches/dev300/docx-fixes01.diff | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit dff4399bb290367e0e6e3e001e8aa2af2956fa58
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date: Thu Oct 8 14:36:33 2009 +0200
Fixes for problems seen at build time
* patches/dev300/build-ant-1.6-swext.diff:
* patches/dev300/docx-fixes01.diff:
diff --git a/patches/dev300/build-ant-1.6-swext.diff b/patches/dev300/build-ant-1.6-swext.diff
index 193cf30..7c231c3 100644
--- a/patches/dev300/build-ant-1.6-swext.diff
+++ b/patches/dev300/build-ant-1.6-swext.diff
@@ -8,10 +8,10 @@
- <file file="${commons-httpclient-jar}"/>
- <file file="${commons-lang-jar}"/>
- <file file="${commons-logging-jar}"/>
-+ <file file="${commons-codec-jar}" casesensitive="yes"/>
-+ <file file="${commons-httpclient-jar}" casesensitive="yes"/>
-+ <file file="${commons-lang-jar}" casesensitive="yes"/>
-+ <file file="${commons-logging-jar}" casesensitive="yes"/>
++ <fileset file="${commons-codec-jar}" casesensitive="yes"/>
++ <fileset file="${commons-httpclient-jar}" casesensitive="yes"/>
++ <fileset file="${commons-lang-jar}" casesensitive="yes"/>
++ <fileset file="${commons-logging-jar}" casesensitive="yes"/>
<zipfileset file="${solar.bin}/xslt/export/wiki/odt2mediawiki.xsl" casesensitive="yes" fullpath="filter/odt2mediawiki.xsl"/>
<zipfileset file="${solar.bin}/xslt/export/wiki/mediawiki.ott" casesensitive="yes" fullpath="templates/MediaWiki/mediawiki.ott"/>
<zipfileset dir="${solar.bin}/xslt/export/xsltml" casesensitive="yes" prefix="filter/math"/>
diff --git a/patches/dev300/docx-fixes01.diff b/patches/dev300/docx-fixes01.diff
index 2323ebc..27f5153 100644
--- a/patches/dev300/docx-fixes01.diff
+++ b/patches/dev300/docx-fixes01.diff
@@ -102,7 +102,7 @@ index c2323a5..7c6b597 100644
+ {
+ SwNodeIndex rNdIndex( *GetStartNode( ), 1 );
+ SwPosition rPos( rNdIndex );
-+ pDoc->Copy( *pCursor->GetPaM( ), rPos, false );
++ pDoc->CopyRange( *pCursor->GetPaM( ), rPos, false );
+ }
+}
+
More information about the ooo-build-commit
mailing list