diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-06 14:20:21 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-06-09 20:04:54 +0200 |
commit | 28db167bee89f5b749f3853cdfd8cc1d21a058d2 (patch) | |
tree | b7a660f43b9b181e33ce381a912a3d9a7d285971 /officecfg/registry/schema/org/openoffice/Office/SFX.xcs | |
parent | e85b47e5ade19718d935dc543e48487e30e095b9 (diff) |
Remove remnants of help agent
it was removed with 66714f1888eaccef4eb5341971278ae7dfafa16b
but gobs of code (and UI) still existed to collect the help id
and give it to the missing help agent with various UI visible
options and buttons to control the help agent which isn't
there
Change-Id: I625da27b3046d481e43f4d35d32cc7063a1c6291
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/SFX.xcs')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/SFX.xcs | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/SFX.xcs b/officecfg/registry/schema/org/openoffice/Office/SFX.xcs deleted file mode 100644 index d042c4f8560b..000000000000 --- a/officecfg/registry/schema/org/openoffice/Office/SFX.xcs +++ /dev/null @@ -1,39 +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:name="SFX" oor:package="org.openoffice.Office" xml:lang="en-US"> - <info> - <desc>Contains the component-schema for the sfx module.</desc> - </info> - <component> - <group oor:name="Help"> - <info> - <desc>Contains settings which specifies how the help in Office should work.</desc> - </info> - <prop oor:name="HelpAgentStarterList" oor:type="xs:string" oor:localized="true" oor:nillable="false"> - <!-- OldLocation: hlpagent.ini --> - <info> - <desc>Lists IDs used by SFX to start the help agent.</desc> - </info> - <value/> - <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> - </prop> - </group> - </component> -</oor:component-schema> |