summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-12-24 13:18:03 -0500
committerPeter Foley <pefoley2@verizon.net>2012-12-24 13:19:57 -0500
commitf0549b519dda504ada91ca6aaba25d22b5d786f6 (patch)
treef29a26b27129fcc2cc527fd93e75b8a36d192bf0 /sdext
parent4df49447134a08b58a579f5bb65c6e1055b855bd (diff)
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
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/config/pdf_types.xcu2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/config/pdf_types.xcu b/sdext/source/pdfimport/config/pdf_types.xcu
index c3d538b9ec67..66ed8a8b7de6 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.
*