xref: /aoo42x/main/sfx2/util/sfx.component (revision 67a4c099)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*67a4c099SAndrew Rist<!--***********************************************************
3*67a4c099SAndrew Rist *
4*67a4c099SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
5*67a4c099SAndrew Rist * or more contributor license agreements.  See the NOTICE file
6*67a4c099SAndrew Rist * distributed with this work for additional information
7*67a4c099SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
8*67a4c099SAndrew Rist * to you under the Apache License, Version 2.0 (the
9*67a4c099SAndrew Rist * "License"); you may not use this file except in compliance
10*67a4c099SAndrew Rist * with the License.  You may obtain a copy of the License at
11*67a4c099SAndrew Rist *
12*67a4c099SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
13*67a4c099SAndrew Rist *
14*67a4c099SAndrew Rist * Unless required by applicable law or agreed to in writing,
15*67a4c099SAndrew Rist * software distributed under the License is distributed on an
16*67a4c099SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*67a4c099SAndrew Rist * KIND, either express or implied.  See the License for the
18*67a4c099SAndrew Rist * specific language governing permissions and limitations
19*67a4c099SAndrew Rist * under the License.
20*67a4c099SAndrew Rist *
21*67a4c099SAndrew Rist ***********************************************************-->
22*67a4c099SAndrew Rist
23*67a4c099SAndrew Rist
24cdf0e10cSrcweir
25cdf0e10cSrcweir<component loader="com.sun.star.loader.SharedLibrary"
26cdf0e10cSrcweir    xmlns="http://openoffice.org/2010/uno-components">
27cdf0e10cSrcweir  <implementation name="SfxDocumentMetaData">
28cdf0e10cSrcweir    <service name="com.sun.star.document.DocumentProperties"/>
29cdf0e10cSrcweir  </implementation>
30cdf0e10cSrcweir  <implementation name="com.sun.star.comp.desktop.QuickstartWrapper">
31cdf0e10cSrcweir    <service name="com.sun.star.office.Quickstart"/>
32cdf0e10cSrcweir  </implementation>
33cdf0e10cSrcweir  <implementation name="com.sun.star.comp.document.OwnSubFilter">
34cdf0e10cSrcweir    <service name="com.sun.star.comp.document.OwnSubFilter"/>
35cdf0e10cSrcweir    <service name="com.sun.star.document.OwnSubFilter"/>
36cdf0e10cSrcweir  </implementation>
37cdf0e10cSrcweir  <implementation name="com.sun.star.comp.embed.PackageStructureCreator">
38cdf0e10cSrcweir    <service name="com.sun.star.comp.embed.PackageStructureCreator"/>
39cdf0e10cSrcweir    <service name="com.sun.star.embed.PackageStructureCreator"/>
40cdf0e10cSrcweir  </implementation>
41cdf0e10cSrcweir  <implementation name="com.sun.star.comp.office.FrameLoader">
42cdf0e10cSrcweir    <service name="com.sun.star.frame.SynchronousFrameLoader"/>
43cdf0e10cSrcweir  </implementation>
44cdf0e10cSrcweir  <implementation name="com.sun.star.comp.sfx2.AppDispatchProvider">
45cdf0e10cSrcweir    <service name="com.sun.star.frame.ProtocolHandler"/>
46cdf0e10cSrcweir  </implementation>
47cdf0e10cSrcweir  <implementation name="com.sun.star.comp.sfx2.ApplicationDialogLibraryContainer">
48cdf0e10cSrcweir    <service name="com.sun.star.script.ApplicationDialogLibraryContainer"/>
49cdf0e10cSrcweir  </implementation>
50cdf0e10cSrcweir  <implementation name="com.sun.star.comp.sfx2.ApplicationScriptLibraryContainer">
51cdf0e10cSrcweir    <service name="com.sun.star.script.ApplicationScriptLibraryContainer"/>
52cdf0e10cSrcweir  </implementation>
53cdf0e10cSrcweir  <implementation name="com.sun.star.comp.sfx2.DocumentTemplates">
54cdf0e10cSrcweir    <service name="com.sun.star.frame.DocumentTemplates"/>
55cdf0e10cSrcweir  </implementation>
56cdf0e10cSrcweir  <implementation name="com.sun.star.comp.sfx2.GlobalEventBroadcaster">
57cdf0e10cSrcweir    <service name="com.sun.star.frame.GlobalEventBroadcaster"/>
58cdf0e10cSrcweir  </implementation>
59cdf0e10cSrcweir  <implementation name="com.sun.star.comp.sfx2.IFrameObject">
60cdf0e10cSrcweir    <service name="com.sun.star.frame.SpecialEmbeddedObject"/>
61cdf0e10cSrcweir  </implementation>
62cdf0e10cSrcweir  <implementation name="com.sun.star.comp.sfx2.PluginObject">
63cdf0e10cSrcweir    <service name="com.sun.star.frame.SpecialEmbeddedObject"/>
64cdf0e10cSrcweir  </implementation>
65cdf0e10cSrcweir  <implementation name="com.sun.star.comp.sfx2.SfxMacroLoader">
66cdf0e10cSrcweir    <service name="com.sun.star.frame.ProtocolHandler"/>
67cdf0e10cSrcweir  </implementation>
68cdf0e10cSrcweir  <implementation name="com.sun.star.comp.sfx2.StandaloneDocumentInfo">
69cdf0e10cSrcweir    <service name="com.sun.star.document.StandaloneDocumentInfo"/>
70cdf0e10cSrcweir  </implementation>
71cdf0e10cSrcweir</component>
72