summaryrefslogtreecommitdiff
path: root/writerperfect/util/wpftwriter.component
blob: d6a0f042dd4808b235cd977785b0336727fcb21b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<!--**********************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org.  If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
**********************************************************************-->

<component loader="com.sun.star.loader.SharedLibrary" prefix="wpftwriter"
    xmlns="http://openoffice.org/2010/uno-components">
  <implementation name="com.sun.star.comp.Writer.MSWorksImportFilter">
    <service name="com.sun.star.document.ImportFilter"/>
    <service name="com.sun.star.document.ExtendedTypeDetection"/>
  </implementation>
  <implementation name="com.sun.star.comp.Writer.WordPerfectImportFilter">
    <service name="com.sun.star.document.ExtendedTypeDetection"/>
    <service name="com.sun.star.document.ImportFilter"/>
  </implementation>
</component>
f84'>No need to avoid liblangtag for the BUILD platformTor Lillqvist 2013-03-22There is no --disable-ext-report-builder any moreTor Lillqvist 2013-01-21No use for help or myspell-dicts for Android or iOSTor Lillqvist 2013-01-21default to --without-help and --without-myspell-dictsNorbert Thiebaud 2012-12-17Remove --with-stlport from LO 4.0Stephan Bergmann 2012-12-08There is no --disable-mozilla optionTor Lillqvist 2012-11-29Always use Java target version 1.5Tor Lillqvist 2012-11-29Isolate PDF Import so it can be made optionally installableStephan Bergmann 2012-11-29Unify options and their order in the Android distro-configsTor Lillqvist 2012-11-24Turn PDF import from bundled extension to plain codeStephan Bergmann 2012-11-16android: disable liblangtag for build and target.Michael Meeks 2012-10-11Use DISABLE_DYNLOADING on AndroidTor Lillqvist 2012-08-14drop disable-xmlsec, it's core functionality, have to live with itCaolán McNamara 2012-08-09gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks 2012-08-09No, we don't want any Python stuff for AndroidTor Lillqvist 2012-08-03android: share more common Makefile pieces between a couple of usersMichael Meeks 2012-07-30--with-android-arch is pointless, that's what host_cpu is forTor Lillqvist 2012-07-20android: x86 porting work.Michael Meeks