summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/OfficeInstallationDirectories.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/OfficeInstallationDirectories.idl')
-rw-r--r--offapi/com/sun/star/util/OfficeInstallationDirectories.idl20
1 files changed, 3 insertions, 17 deletions
diff --git a/offapi/com/sun/star/util/OfficeInstallationDirectories.idl b/offapi/com/sun/star/util/OfficeInstallationDirectories.idl
index a4c8f13d2865..94f7164f14bd 100644
--- a/offapi/com/sun/star/util/OfficeInstallationDirectories.idl
+++ b/offapi/com/sun/star/util/OfficeInstallationDirectories.idl
@@ -39,24 +39,10 @@ module com { module sun { module star { module util {
installations.
@since OOo 2.0
+ @deprecated rather use the singleton theOfficeInstallationDirectories
*/
-published service OfficeInstallationDirectories
-{
- /** provides access to the current office installation directories (office
- base installation and user data).
- */
- interface com::sun::star::util::XOfficeInstallationDirectories;
-};
-
-
-/** A singleton that provides access to the current office installation
- directories.
-
- @see OfficeInstallationDirectories
-*/
-published singleton theOfficeInstallationDirectories
-{
- service com::sun::star::util::OfficeInstallationDirectories;
+published service OfficeInstallationDirectories {
+ interface XOfficeInstallationDirectories;
};