sfx2/qa: remove unused code
Change-Id: I41087f4fc1ab29fb8635b33317390c4b784ae086 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170723 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
This commit is contained in:
parent
7eaa4868e6
commit
3e047ccb70
1 changed files with 0 additions and 16 deletions
|
@ -826,22 +826,6 @@ public class DocumentMetadataAccess
|
|||
((i_Left.Second).equals(i_Right.Second));
|
||||
}
|
||||
|
||||
static String mkNamespace(String i_prefix, String i_namespace)
|
||||
{
|
||||
return "PREFIX " + i_prefix + ": <" + i_namespace + ">\n";
|
||||
}
|
||||
|
||||
static String mkNss()
|
||||
{
|
||||
String namespaces = mkNamespace("rdf",
|
||||
"http://www.w3.org/1999/02/22-rdf-syntax-ns#");
|
||||
namespaces += mkNamespace("pkg",
|
||||
"http://docs.oasis-open.org/opendocument/meta/package/common#");
|
||||
namespaces += mkNamespace("odf",
|
||||
"http://docs.oasis-open.org/opendocument/meta/package/odf#");
|
||||
return namespaces;
|
||||
}
|
||||
|
||||
Statement[] getManifestStmts(XURI xBaseURI) throws Exception
|
||||
{
|
||||
XURI xManifest = URI.createNS(xContext, xBaseURI.getStringValue(),
|
||||
|
|
Loading…
Reference in a new issue