diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-03-14 16:20:27 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-03-14 16:23:55 +0100 |
commit | 5142e628b563a9876e8884c5dd4914eff4a2f307 (patch) | |
tree | 36041fe6ccd1da7a8301d0a9fc19041ed3d6d52c /fpicker/util | |
parent | 813a57cb1afa16bb306ced96d367fa1f55906620 (diff) |
fdo#47246: fpicker: merge fop library into fps:
Since nobody seems to know why these are separate, merge fop into fps.
In case this untested change doesn't work out it should be reverted :)
Diffstat (limited to 'fpicker/util')
-rw-r--r-- | fpicker/util/fop.component | 34 | ||||
-rw-r--r-- | fpicker/util/fps.component | 34 |
2 files changed, 0 insertions, 68 deletions
diff --git a/fpicker/util/fop.component b/fpicker/util/fop.component deleted file mode 100644 index a31c096dd42a..000000000000 --- a/fpicker/util/fop.component +++ /dev/null @@ -1,34 +0,0 @@ -<?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" - xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="com.sun.star.ui.dialogs.Win32FolderPicker"> - <service name="com.sun.star.ui.dialogs.SystemFolderPicker"/> - </implementation> -</component> diff --git a/fpicker/util/fps.component b/fpicker/util/fps.component deleted file mode 100644 index cc18d211028c..000000000000 --- a/fpicker/util/fps.component +++ /dev/null @@ -1,34 +0,0 @@ -<?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" - xmlns="http://openoffice.org/2010/uno-components"> - <implementation name="com.sun.star.ui.dialogs.Win32FilePicker"> - <service name="com.sun.star.ui.dialogs.SystemFilePicker"/> - </implementation> -</component> |