summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-29 13:02:17 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-29 13:15:45 +0100
commit63c07405de27649f1e9ea541c0b4223a80b0f425 (patch)
treeabd09762a68ac47b5337066ac216e9ec2ec282b8
parentff03b83d71ecde2ec59fd448d6ddab2ab736841b (diff)
API CHANGE: remove com.sun.star.installation module
The entire module was deprecated 10 years ago, and there is no implementation for any of it. WARNING: could not open key "/UCR/com/sun/star/installation/ProtocolHandlerCheckService" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/installation" with published children exists only in registry 1 Change-Id: I8f120cd58f3d5c130a5bad8a5a11374b505ec548
-rw-r--r--odk/pack/gendocu/uno/package-list1
-rw-r--r--odk/util/check.pl1
-rw-r--r--offapi/UnoApi_offapi.mk13
-rw-r--r--offapi/com/sun/star/installation/InstallationCheck.idl53
-rw-r--r--offapi/com/sun/star/installation/InstallationCheckService.idl50
-rw-r--r--offapi/com/sun/star/installation/InternetSettings.idl41
-rw-r--r--offapi/com/sun/star/installation/ProtDlgRes.idl60
-rw-r--r--offapi/com/sun/star/installation/ProtocolHandlerCheck.idl41
-rw-r--r--offapi/com/sun/star/installation/ProtocolHandlerCheckService.idl41
-rw-r--r--offapi/com/sun/star/installation/XInstallationCheck.idl98
-rw-r--r--offapi/com/sun/star/installation/XProtocolHandlerCheck.idl74
-rw-r--r--offapi/com/sun/star/installation/protocols.idl79
-rw-r--r--offapi/com/sun/star/modules.idl3
-rw-r--r--offapi/type_reference/types.rdbbin7646208 -> 7646208 bytes
14 files changed, 0 insertions, 555 deletions
diff --git a/odk/pack/gendocu/uno/package-list b/odk/pack/gendocu/uno/package-list
index 7ed207291abe..dacdca918313 100644
--- a/odk/pack/gendocu/uno/package-list
+++ b/odk/pack/gendocu/uno/package-list
@@ -13,7 +13,6 @@ com.sun.star.form
13com.sun.star.formula 13com.sun.star.formula
14com.sun.star.frame 14com.sun.star.frame
15com.sun.star.i18n 15com.sun.star.i18n
16com.sun.star.installation
17com.sun.star.io 16com.sun.star.io
18com.sun.star.java 17com.sun.star.java
19com.sun.star.lang 18com.sun.star.lang
diff --git a/odk/util/check.pl b/odk/util/check.pl
index 4d53a798e636..5a1e124215cc 100644
--- a/odk/util/check.pl
+++ b/odk/util/check.pl
@@ -273,7 +273,6 @@ if (-d "$StartDir") {
273 "i18n", 273 "i18n",
274 "image", 274 "image",
275 "inspection", 275 "inspection",
276 "installation",
277 "io", 276 "io",
278 "java", 277 "java",
279 "lang", 278 "lang",
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index 22261e30119c..0f2d7e21e978 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -869,13 +869,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/image,\
869 ImageMapPolygonObject \ 869 ImageMapPolygonObject \
870 ImageMapRectangleObject \ 870 ImageMapRectangleObject \
871)) 871))
872$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/installation,\
873 InstallationCheck \
874 InstallationCheckService \
875 InternetSettings \
876 ProtocolHandlerCheck \
877 ProtocolHandlerCheckService \
878))
879$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/linguistic2,\ 872$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/linguistic2,\
880 ConversionDictionary \ 873 ConversionDictionary \
881 ConversionDictionaryList \ 874 ConversionDictionaryList \
@@ -2708,12 +2701,6 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/inspection,\
2708 XStringListControl \ 2701 XStringListControl \
2709 XStringRepresentation \ 2702 XStringRepresentation \
2710)) 2703))
2711$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/installation,\
2712 ProtDlgRes \
2713 XInstallationCheck \
2714 XProtocolHandlerCheck \
2715 protocols \
2716))
2717$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/ldap,\ 2704$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/ldap,\
2718 LdapConnectionException \ 2705 LdapConnectionException \
2719 LdapGenericException \ 2706 LdapGenericException \
diff --git a/offapi/com/sun/star/installation/InstallationCheck.idl b/offapi/com/sun/star/installation/InstallationCheck.idl
deleted file mode 100644
index 47e2f88d89df..000000000000
--- a/offapi/com/sun/star/installation/InstallationCheck.idl
+++ /dev/null
@@ -1,53 +0,0 @@
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_installation_InstallationCheck_idl__
20#define __com_sun_star_installation_InstallationCheck_idl__
21
22#include <com/sun/star/installation/XInstallationCheck.idl>
23
24
25 module com { module sun { module star { module installation {
26
27
28// DocMerge from xml: service com::sun::star::installation::InstallationCheck
29/** is a simple implementation of the <type>XInstallationCheck</type>.
30
31 <p> This implementation only checks the fonts "StarBats" and "StarMath".
32 </p>
33 <p> When running under Win32 the methods check and checkWithDialog will try to
34 fix any missing Registry Key of fonts which still reside in the font directory.
35 </p>
36 <p>If it is possible to fix, the method returns <TRUE/>.
37 </p>
38
39 @see XInstallationCheck
40 @deprecated
41 */
42published service InstallationCheck
43{
44 // DocMerge: empty anyway
45 interface com::sun::star::installation::XInstallationCheck;
46};
47
48
49}; }; }; };
50
51#endif
52
53/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/installation/InstallationCheckService.idl b/offapi/com/sun/star/installation/InstallationCheckService.idl
deleted file mode 100644
index f42796f3a04d..000000000000
--- a/offapi/com/sun/star/installation/InstallationCheckService.idl
+++ /dev/null
@@ -1,50 +0,0 @@
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_installation_InstallationCheckService_idl__
20#define __com_sun_star_installation_InstallationCheckService_idl__
21
22#include <com/sun/star/installation/XInstallationCheck.idl>
23
24
25
26module com { module sun { module star { module installation {
27
28/** This service is a simple implementation of the interface XInstallationCheck.
29
30 <p>This implementation only checks the fonts "StarBats" and "StarMath".
31 When running under Win32 the methods check and checkWithDialog will try to
32 fix any missing Registry Key of fonts which still reside in the font directory.
33 If fixing is possible the methods returns TRUE.</p>
34 @version 1.0
35 @author Berndt Reinhold
36 @see XInstallationCheck
37 @deprecated
38*/
39published service InstallationCheckService
40{
41 interface com::sun::star::installation::XInstallationCheck;
42
43};
44
45
46}; }; }; };
47
48#endif
49
50/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/installation/InternetSettings.idl b/offapi/com/sun/star/installation/InternetSettings.idl
deleted file mode 100644
index 2ee31a4b5dfe..000000000000
--- a/offapi/com/sun/star/installation/InternetSettings.idl
+++ /dev/null
@@ -1,41 +0,0 @@
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_installation_InternetSettings_idl__
20#define __com_sun_star_installation_InternetSettings_idl__
21
22#include <com/sun/star/container/XNameAccess.idl>
23
24
25
26 module com { module sun { module star { module installation {
27
28
29/// @deprecated
30published service InternetSettings
31{
32 // DocMerge: empty anyway
33 interface com::sun::star::container::XNameAccess;
34};
35
36
37}; }; }; };
38
39#endif
40
41/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/installation/ProtDlgRes.idl b/offapi/com/sun/star/installation/ProtDlgRes.idl
deleted file mode 100644
index 374ce453733e..000000000000
--- a/offapi/com/sun/star/installation/ProtDlgRes.idl
+++ /dev/null
@@ -1,60 +0,0 @@
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_installation_ProtDlgRes_idl__
20#define __com_sun_star_installation_ProtDlgRes_idl__
21
22
23
24 module com { module sun { module star { module installation {
25
26
27/** contains the status of a dialog with an "always display Checkbox".
28
29 @deprecated
30 */
31published enum ProtDlgRes
32{
33
34 // DocMerge from xml: value com::sun::star::installation::ProtDlgRes::NOCHANGE
35 /** dialog quit without the use of the YES/NO buttons.
36 */
37 NOCHANGE,
38
39
40 // DocMerge from xml: value com::sun::star::installation::ProtDlgRes::CHECK
41 /** when the dialog quit the checkbox, "Always display this message" was
42 checked.
43 */
44 CHECK,
45
46
47 // DocMerge from xml: value com::sun::star::installation::ProtDlgRes::UNCHECK
48 /** when the dialog quit the checkbox, "Always display this message"
49 was not checked.
50 */
51 UNCHECK
52
53};
54
55
56}; }; }; };
57
58#endif
59
60/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/installation/ProtocolHandlerCheck.idl b/offapi/com/sun/star/installation/ProtocolHandlerCheck.idl
deleted file mode 100644
index 0f9b1ca216d0..000000000000
--- a/offapi/com/sun/star/installation/ProtocolHandlerCheck.idl
+++ /dev/null
@@ -1,41 +0,0 @@
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_installation_ProtocolHandlerCheck_idl__
20#define __com_sun_star_installation_ProtocolHandlerCheck_idl__
21
22#include <com/sun/star/installation/XProtocolHandlerCheck.idl>
23
24
25
26 module com { module sun { module star { module installation {
27
28
29/// @deprecated
30published service ProtocolHandlerCheck
31{
32 // DocMerge: empty anyway
33 interface com::sun::star::installation::XProtocolHandlerCheck;
34};
35
36
37}; }; }; };
38
39#endif
40
41/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/installation/ProtocolHandlerCheckService.idl b/offapi/com/sun/star/installation/ProtocolHandlerCheckService.idl
deleted file mode 100644
index 9f33aa310bce..000000000000
--- a/offapi/com/sun/star/installation/ProtocolHandlerCheckService.idl
+++ /dev/null
@@ -1,41 +0,0 @@
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_installation_ProtocolHandlerCheckService_idl__
20#define __com_sun_star_installation_ProtocolHandlerCheckService_idl__
21
22#include <com/sun/star/installation/XProtocolHandlerCheck.idl>
23
24
25
26module com { module sun { module star { module installation {
27
28/** @deprecated
29 */
30published service ProtocolHandlerCheckService
31{
32 interface com::sun::star::installation::XProtocolHandlerCheck;
33
34};
35
36
37}; }; }; };
38
39#endif
40
41/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/installation/XInstallationCheck.idl b/offapi/com/sun/star/installation/XInstallationCheck.idl
deleted file mode 100644
index 3089be54715a..000000000000
--- a/offapi/com/sun/star/installation/XInstallationCheck.idl
+++ /dev/null
@@ -1,98 +0,0 @@
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_installation_XInstallationCheck_idl__
20#define __com_sun_star_installation_XInstallationCheck_idl__
21
22#include <com/sun/star/uno/XInterface.idl>
23
24
25
26module com { module sun { module star { module installation {
27
28
29// DocMerge from xml: interface com::sun::star::installation::XInstallationCheck
30/** a flag called "suppressed", changes the action of check and checkWithDialog
31 @see com::sun::star::uno::XInterface
32 @deprecated
33 */
34published interface XInstallationCheck: com::sun::star::uno::XInterface
35{
36
37 // DocMerge from xml: method com::sun::star::installation::XInstallationCheck::check
38 /** checks if something of the installation is missing.
39
40 <p>If missing parts are detected, check should try to automatically repair/
41 reinstall these parts. Only if this is not possible, return <FALSE/>.
42
43 </p>@see resetSuppressed
44 */
45 boolean check( [in] boolean bForce );
46
47
48 // DocMerge from xml: method com::sun::star::installation::XInstallationCheck::checkWithDialog
49 /** same as check, but additionally shows a dialog if result is <FALSE/>.
50
51 <p>The dialog shows which parts of the installation are missing and
52 can't be repaired/reinstalled automatically. It also contains some
53 hints for the user to reinstall the missing parts on his own.
54 </p>@see check
55 @see resetSuppressed
56 */
57 boolean checkWithDialog( [in] boolean bForce );
58
59
60 // DocMerge from xml: method com::sun::star::installation::XInstallationCheck::executeDialog
61 /** shows a dialog if something of the installation is missing.
62
63 <p>The dialog shows which part(s) is (are) missing, and has a checkbox
64 that represents the state of the flag suppressed. This dialog is
65 the only way to set the flag suppressed to <TRUE/>. This method is
66 not affected by the value of the flag suppressed.
67 </p>@see resetSuppressed
68 */
69 boolean executeDialog();
70
71
72 // DocMerge from xml: method com::sun::star::installation::XInstallationCheck::getSuppressed
73 /** gets the status of flag suppressed
74
75 <p>The flag suppressed is stored in the OfficeRegistry. If suppressed is
76 <FALSE/>, the methods check and checkWithDialog ignore the parameter
77 bForce.
78 If suppressed is <TRUE/>, check and checkWithDialog only
79 perform an action if their parameter bForce is <TRUE/>; otherwise,
80 they return TRUE.
81 </p>
82 */
83 boolean getSuppressed();
84
85
86 // DocMerge from xml: method com::sun::star::installation::XInstallationCheck::setSuppressed
87 /** set status of flag "suppressed".
88 */
89 void setSuppressed( [in] boolean bSuppress );
90
91};
92
93
94}; }; }; };
95
96#endif
97
98/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/installation/XProtocolHandlerCheck.idl b/offapi/com/sun/star/installation/XProtocolHandlerCheck.idl
deleted file mode 100644
index c53776ff5352..000000000000
--- a/offapi/com/sun/star/installation/XProtocolHandlerCheck.idl
+++ /dev/null
@@ -1,74 +0,0 @@
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_installation_XProtocolHandlerCheck_idl__
20#define __com_sun_star_installation_XProtocolHandlerCheck_idl__
21
22#include <com/sun/star/uno/XInterface.idl>
23
24#include <com/sun/star/installation/ProtDlgRes.idl>
25
26
27
28module com { module sun { module star { module installation {
29
30
31/// @deprecated
32published interface XProtocolHandlerCheck: com::sun::star::uno::XInterface
33{
34
35 // DocMerge from xml: method com::sun::star::installation::XProtocolHandlerCheck::isSingleSettingAvailable
36 /** checks if it is possible to set particular protocols.
37 */
38 boolean isSingleSettingAvailable();
39
40
41 // DocMerge from xml: method com::sun::star::installation::XProtocolHandlerCheck::isProtocolHandler
42 /** checks if StarOffice is the protocol-handler, for the particular protocol
43 */
44 boolean isProtocolHandler( [in] short nWhich );
45
46
47 // DocMerge from xml: method com::sun::star::installation::XProtocolHandlerCheck::setProtocolHandler
48 /** Make StarOffice the protocol-handler.@see isProtocolHandler
49 */
50 boolean setProtocolHandler( [in] short nWhich );
51
52
53 // DocMerge from xml: method com::sun::star::installation::XProtocolHandlerCheck::checkProtocolHandler
54 /** First, the method checks if StarOffice is
55 already the protocol-handler. If yes, simply
56 return NOCHANGE; otherwise, show a dialog which asks the user
57 if he wants StarOffice to be the standard protocol-handler.
58 The dialog has "Yes" and "No" buttons, and a checkbox
59 with "Always display this message". The checkbox
60 is initially checked. If the "Yes" button was pressed,
61 it performs all necessary action to make StarOffice the
62 protocol-handler. If the "No" button was pressed,
63 don't perform any action. Both buttons closes the dialog.@see isProtocolHandler
64 */
65 com::sun::star::installation::ProtDlgRes checkProtocolHandler( [in] short nWhich );
66
67};
68
69
70}; }; }; };
71
72#endif
73
74/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/installation/protocols.idl b/offapi/com/sun/star/installation/protocols.idl
deleted file mode 100644
index bc6566ff89ff..000000000000
--- a/offapi/com/sun/star/installation/protocols.idl
+++ /dev/null
@@ -1,79 +0,0 @@
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_installation_protocols_idl__
20#define __com_sun_star_installation_protocols_idl__
21
22
23
24 module com { module sun { module star { module installation {
25
26
27/** A protocol-handler is a part of StarOffice which performs
28 the communication on a particular protocol. This can be HTTP, FTP, HTTPS,
29 MAILTO, or NEWS. An implementation of this interface should be able
30 to check/set all of these protocols.
31
32 @deprecated
33 */
34published constants protocols
35{
36
37 // DocMerge from idl: value com::sun::star::installation::protocols::ALL
38 /** check/set all supported protocols
39 */
40 const short ALL = 0;
41
42
43 // DocMerge from idl: value com::sun::star::installation::protocols::HTTP
44 /** check/set the HTTP protocol
45 */
46 const short HTTP = 1;
47
48
49 // DocMerge from idl: value com::sun::star::installation::protocols::FTP
50 /** check/set the FTP protocol
51 */
52 const short FTP = 2;
53
54
55 // DocMerge from idl: value com::sun::star::installation::protocols::HTTPS
56 /** check/set the HTTPS protocol
57 */
58 const short HTTPS = 3;
59
60
61 // DocMerge from idl: value com::sun::star::installation::protocols::MAIL
62 /** check/set the MAIL protocol
63 */
64 const short MAIL = 4;
65
66
67 // DocMerge from idl: value com::sun::star::installation::protocols::NEWS
68 /** check/set the NEWS protocol
69 */
70 const short NEWS = 5;
71
72};
73
74
75}; }; }; };
76
77#endif
78
79/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/modules.idl b/offapi/com/sun/star/modules.idl
index ed3b1a80e288..c541d06ab83e 100644
--- a/offapi/com/sun/star/modules.idl
+++ b/offapi/com/sun/star/modules.idl
@@ -100,9 +100,6 @@ module graphic {};
100/// Interface for internationalization (deprecated draft). 100/// Interface for internationalization (deprecated draft).
101module i18n {}; 101module i18n {};
102 102
103/// Interfaces to control installations.
104module installation {};
105
106/// lightweight directory access protocol (LDAP) 103/// lightweight directory access protocol (LDAP)
107module ldap {}; 104module ldap {};
108 105
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index a8bab3724299..9348ade4bded 100644
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ