summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-06-22 14:14:34 +0200
committerAndras Timar <andras.timar@collabora.com>2021-07-20 09:30:31 +0200
commit5d9796861646164851010b32a2208ce34375fbab (patch)
tree93d35511bf9d820d5400fd76b4fc13c09221ff61 /odk
parent30f2e44833c1f7edbda2faadcf3a62657d588a60 (diff)
Remove unused DOCTYPE from odk/examples xcu file
The declared entities have apparently never been referenced ever since the file's introduction in 9fa09d43d0dc0ec0ac71bad31b85ce7fc302ee90 "INTEGRATION: CWS sdkinspector2". (And at least xmlreader skips and ignores the content of such document type declarations anyway.) Change-Id: I8263200f52bb5f1692090995574619f9c0ec478f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117658 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit a344462ccb324b14dbf17391146f78d84307cbec) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117712 (cherry picked from commit 1c00c08062bf5b78a650081a38e7731f3549ee61) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119041
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/java/Inspector/ObjectInspector.xcu4
1 files changed, 0 insertions, 4 deletions
diff --git a/odk/examples/java/Inspector/ObjectInspector.xcu b/odk/examples/java/Inspector/ObjectInspector.xcu
index b7696086629c..d6fb08a0f8ce 100644
--- a/odk/examples/java/Inspector/ObjectInspector.xcu
+++ b/odk/examples/java/Inspector/ObjectInspector.xcu
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-<!DOCTYPE local [
- <!ENTITY ProductName "Object Inspector">
- <!ENTITY ProductVersion "0.8">
-]>
<oor:component-data
xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema"