[Libreoffice-commits] .: sdext/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Dec 24 10:18:37 PST 2012
sdext/source/pdfimport/config/pdf_types.xcu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f0549b519dda504ada91ca6aaba25d22b5d786f6
Author: Peter Foley <pefoley2 at verizon.net>
Date: Mon Dec 24 13:18:03 2012 -0500
fix postprocess xcu warning
/home/peter/libreoffice/solver/unxlngx6.pro/xml/pdfimport/pdf_types.xcu:2:
warning: failed to load external entity
"/home/peter/libreoffice/component-update.dtd"
<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd">
Change-Id: I4198341f5c01da5d6f2c3780437eb492717bc58a
diff --git a/sdext/source/pdfimport/config/pdf_types.xcu b/sdext/source/pdfimport/config/pdf_types.xcu
index c3d538b..66ed8a8 100644
--- a/sdext/source/pdfimport/config/pdf_types.xcu
+++ b/sdext/source/pdfimport/config/pdf_types.xcu
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd">
+<!DOCTYPE oor:component-data SYSTEM "../registry/component-update.dtd">
<!--
* This file is part of the LibreOffice project.
*
More information about the Libreoffice-commits
mailing list