summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-01-20 21:16:56 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-01-21 16:50:41 +0100
commitd4cfc4d628431b2a9271eb3a194ac4557d709d2f (patch)
tree81a24b5117484e4ea688b9690a06d0ea147aa032 /officecfg
parent9cd35a2896a1557a6757069d6defe0dbd0cbe2c1 (diff)
remove unused GSOC 2005 "Tabbed Document Windows for OOo"
this was #i54847# Change-Id: I312e3ea9b123976e9929f6601a931ff8a108d7b3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87113 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/files.mk1
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs40
2 files changed, 0 insertions, 41 deletions
diff --git a/officecfg/files.mk b/officecfg/files.mk
index 3d3a5079f622..54b875ece4ac 100644
--- a/officecfg/files.mk
+++ b/officecfg/files.mk
@@ -46,7 +46,6 @@ officecfg_XCSFILES := \
Office/ReportDesign \
Office/Scripting \
Office/Security \
- Office/TabBrowse \
Office/TableWizard \
Office/TypeDetection \
Office/UI \
diff --git a/officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs b/officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs
deleted file mode 100644
index 41a7c69fc537..000000000000
--- a/officecfg/registry/schema/org/openoffice/Office/TabBrowse.xcs
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- -->
-<!DOCTYPE oor:component-schema SYSTEM "../../../../component-schema.dtd">
-<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:package="org.openoffice.Office" oor:name="TabBrowse" xml:lang="en-US">
- <info>
- <desc>Contain all needed properties for the tabbed document interface of OOo.</desc>
- </info>
- <templates/>
- <component>
- <group oor:name="TaskCreatorService">
- <info>
- <desc>The TaskCreatorService is used to create new document windows.
- It must be replaced if the logic behind creation of such windows should be changed.</desc>
- </info>
- <prop oor:name="ImplementationName" oor:type="xs:string">
- <info>
- <desc>Because there can exists more than one implementations of such TaskCreatorService,
- the actual one must be specified with its UNO implementation name.
- Otherwise it's not guaranteed, which implementation is really used at runtime.</desc>
- </info>
- </prop>
- </group>
- </component>
-</oor:component-schema>