INTEGRATION: CWS jl31 (1.3.74); FILE MERGED

2006/02/17 13:56:55 jsc 1.3.74.1: #i61620# cosmetics, to ensure rebuild
This commit is contained in:
Rüdiger Timm
2006-03-09 09:42:58 +00:00
parent b9c9de3c82
commit 1fc56dead3

View File

@@ -4,9 +4,9 @@
* *
* $RCSfile: MasterScriptProviderFactory.idl,v $ * $RCSfile: MasterScriptProviderFactory.idl,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 03:07:26 $ * last change: $Author: rt $ $Date: 2006-03-09 10:42:58 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@@ -41,11 +41,7 @@
#include <com/sun/star/script/provider/XScriptProviderFactory.idl> #include <com/sun/star/script/provider/XScriptProviderFactory.idl>
#endif #endif
module com { module com { module sun { module star { module script { module provider {
module sun {
module star {
module script {
module provider {
/** /**
This service is used to create MasterScriptProviders. This service is used to create MasterScriptProviders.
@@ -54,7 +50,7 @@ module com {
*/ */
service MasterScriptProviderFactory service MasterScriptProviderFactory
{ {
interface XScriptProviderFactory; interface XScriptProviderFactory;
}; };
/** /**
@@ -71,9 +67,6 @@ singleton theMasterScriptProviderFactory
service MasterScriptProviderFactory; service MasterScriptProviderFactory;
}; };
}; }; }; }; }; };
};
};
};
};
#endif #endif