summaryrefslogtreecommitdiff
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
commit4ca15240d917e8c14ee0b7ac21fb7cacea729bdc (patch)
tree0d002b09467b4a6c9303ed3c7c4e6d7c56443956
parent9711bfa6c3f32bfe144511d73f481d24da2321ec (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
-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 683ce6e32..8a5eeb2b8 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