summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-03-09 09:42:47 +0000
committerRüdiger Timm <rt@openoffice.org>2006-03-09 09:42:47 +0000
commitb9c9de3c828cbb7a8d5104054a9342d26912a6c7 (patch)
tree9939aba26a58cd6945bb9191cf79689241c3c8a6 /offapi
parentc15a864436b60609c16265d2c5f0cb230180c58c (diff)
INTEGRATION: CWS jl31 (1.4.74); FILE MERGED
2006/02/17 13:56:54 jsc 1.4.74.1: #i61620# cosmetics, to ensure rebuild
Diffstat (limited to 'offapi')
-rwxr-xr-xoffapi/com/sun/star/script/browse/BrowseNodeFactory.idl19
1 files changed, 6 insertions, 13 deletions
diff --git a/offapi/com/sun/star/script/browse/BrowseNodeFactory.idl b/offapi/com/sun/star/script/browse/BrowseNodeFactory.idl
index 7e530a36ef79..ab9227304508 100755
--- a/offapi/com/sun/star/script/browse/BrowseNodeFactory.idl
+++ b/offapi/com/sun/star/script/browse/BrowseNodeFactory.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: BrowseNodeFactory.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 03:05:23 $
+ * last change: $Author: rt $ $Date: 2006-03-09 10:42:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,11 +40,7 @@
#include <com/sun/star/script/browse/XBrowseNodeFactory.idl>
#endif
-module com {
- module sun {
- module star {
- module script {
- module browse {
+module com { module sun { module star { module script { module browse {
/**
This service is used to create Root XBrowseNodes.
@@ -53,7 +49,7 @@ module com {
*/
service BrowseNodeFactory
{
- interface XBrowseNodeFactory;
+ interface XBrowseNodeFactory;
};
/**
@@ -71,9 +67,6 @@ singleton theBrowseNodeFactory
service BrowseNodeFactory;
};
- };
- };
- };
- };
-};
+}; }; }; }; };
+
#endif