[Libreoffice-commits] core.git: 2 commits - helpcompiler/source RepositoryFixes.mk

Michael Stahl mstahl at redhat.com
Mon Apr 8 04:43:54 PDT 2013


 RepositoryFixes.mk                 |    1 -
 helpcompiler/source/HelpLinker.cxx |    3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 18af827875cd587552767dea747f3dafa47bd963
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Apr 8 13:36:55 2013 +0200

    HelpLinker: add comment for mysterious XML parsing
    
    Change-Id: I9aa5fd2cb0cb4eae0a94f8d3d6b6185a1fcffdc4

diff --git a/helpcompiler/source/HelpLinker.cxx b/helpcompiler/source/HelpLinker.cxx
index cf5ef12..e122fee 100644
--- a/helpcompiler/source/HelpLinker.cxx
+++ b/helpcompiler/source/HelpLinker.cxx
@@ -968,6 +968,9 @@ HELPLINKER_DLLPUBLIC bool compileExtensionHelp
     xmlSetStructuredErrorFunc( NULL, NULL );
 
     // i83624: Tree files
+    // The following basically checks if the help.tree is well formed XML.
+    // Apparently there have been cases when translations contained
+    // non-well-formed XML in the past.
     OUString aTreeFileURL = aExtensionLanguageRoot;
     aTreeFileURL += OUString("/help.tree");
     osl::DirectoryItem aTreeFileItem;
commit 7f101a29e12ce6ca85b2fb7162452db70b0c6257
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Apr 8 12:43:43 2013 +0200

    RepositoryFixes: remove pointless i18nlangtag entry
    
    This is a no-op since 876c619b944dfbc88464045f1400c549a01a1164
    
    Change-Id: I3c4d8cb51503a97fa9ad6f6714df79be5bb701df

diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 1fd0d84..56a4f31 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -113,7 +113,6 @@ gb_Library_FILENAMES := $(patsubst crypto:icrypto%,crypto:libeay32%,$(gb_Library
 gb_Library_FILENAMES := $(patsubst crypto:libcrypto%,crypto:libcrypto_static%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst db47:idb47%,db47:libdb47%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst exslt:iexslt%,exslt:libexslt%,$(gb_Library_FILENAMES))
-gb_Library_FILENAMES := $(patsubst i18nlangtag:ii18nlangtag%,i18nlangtag:ii18nlangtag%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst lpsolve55:ilpsolve55%,lpsolve55:lpsolve55%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst package2:ipackage2%,package2:ipackage%,$(gb_Library_FILENAMES))
 gb_Library_FILENAMES := $(patsubst rdf:irdf%,rdf:librdf%,$(gb_Library_FILENAMES))


More information about the Libreoffice-commits mailing list