summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-03-09 09:43:20 +0000
committerRüdiger Timm <rt@openoffice.org>2006-03-09 09:43:20 +0000
commitde8e8e17ce446ea31558870c747240aa0a780d6f (patch)
treee4175bc2c1a04ee7d1f0a0cc0ff2e3ac46085b06
parent1a0f53fdd306b420a89b551a8f97aaef0729a496 (diff)
INTEGRATION: CWS jl31 (1.4.74); FILE MERGED
2006/02/17 13:56:55 jsc 1.4.74.1: #i61620# cosmetics, to ensure rebuild
-rw-r--r--offapi/com/sun/star/util/OfficeInstallationDirectories.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/util/OfficeInstallationDirectories.idl b/offapi/com/sun/star/util/OfficeInstallationDirectories.idl
index fd91c74fa698..0a0874d99a20 100644
--- a/offapi/com/sun/star/util/OfficeInstallationDirectories.idl
+++ b/offapi/com/sun/star/util/OfficeInstallationDirectories.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: OfficeInstallationDirectories.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:51:42 $
+ * last change: $Author: rt $ $Date: 2006-03-09 10:43:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,11 +40,11 @@
#include <com/sun/star/util/XOfficeInstallationDirectories.idl>
#endif
-//=============================================================================
+//============================================================================
module com { module sun { module star { module util {
-//=============================================================================
+//============================================================================
/** encapsulates access to the current office installation directory and
office user data directory, provides functionality to create URLs
@@ -68,7 +68,7 @@ service OfficeInstallationDirectories
interface com::sun::star::util::XOfficeInstallationDirectories;
};
-//=============================================================================
+//============================================================================
/** A singleton that provides access to the current office installation
directories.
@@ -80,7 +80,7 @@ singleton theOfficeInstallationDirectories
service com::sun::star::util::OfficeInstallationDirectories;
};
-//=============================================================================
+//============================================================================
}; }; }; };