Blame SOURCES/0001-Remove-unused-DOCTYPE-from-odk-examples-xcu-file.patch

31febb
From a344462ccb324b14dbf17391146f78d84307cbec Mon Sep 17 00:00:00 2001
31febb
From: Stephan Bergmann <sbergman@redhat.com>
31febb
Date: Tue, 22 Jun 2021 14:14:34 +0200
31febb
Subject: [PATCH] Remove unused DOCTYPE from odk/examples xcu file
31febb
31febb
The declared entities have apparently never been referenced ever since the
31febb
file's introduction in 9fa09d43d0dc0ec0ac71bad31b85ce7fc302ee90 "INTEGRATION:
31febb
CWS sdkinspector2".  (And at least xmlreader skips and ignores the content of
31febb
such document type declarations anyway.)
31febb
31febb
Change-Id: I8263200f52bb5f1692090995574619f9c0ec478f
31febb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117658
31febb
Tested-by: Jenkins
31febb
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
31febb
---
31febb
 odk/examples/java/Inspector/ObjectInspector.xcu | 4 ----
31febb
 1 file changed, 4 deletions(-)
31febb
31febb
diff --git a/odk/examples/java/Inspector/ObjectInspector.xcu b/odk/examples/java/Inspector/ObjectInspector.xcu
31febb
index b7696086629c..d6fb08a0f8ce 100644
31febb
--- a/odk/examples/java/Inspector/ObjectInspector.xcu
31febb
+++ b/odk/examples/java/Inspector/ObjectInspector.xcu
31febb
@@ -16,10 +16,6 @@
31febb
  *   except in compliance with the License. You may obtain a copy of
31febb
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
31febb
 -->
31febb
-
31febb
-    
31febb
-    
31febb
-]>
31febb
 
31febb
     xmlns:oor="http://openoffice.org/2001/registry"
31febb
     xmlns:xs="http://www.w3.org/2001/XMLSchema"
31febb
-- 
31febb
2.31.1
31febb