summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-06-17 10:36:30 +0000
committerRüdiger Timm <rt@openoffice.org>2004-06-17 10:36:30 +0000
commitb9eda63de1036064e93442d2bc072636875c51de (patch)
tree9a20c9fed7ec0bd23f737aeb16a40bf8fc06e855 /udkapi
parentc756d29d5095f37d2b72a856247eaf689fda00be (diff)
INTEGRATION: CWS sb17 (1.3.18); FILE MERGED
2004/06/03 13:35:56 sb 1.3.18.1: #109735# Merged in 1.3.22.2.
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/uri/UriReferenceFactory.idl15
1 files changed, 5 insertions, 10 deletions
diff --git a/udkapi/com/sun/star/uri/UriReferenceFactory.idl b/udkapi/com/sun/star/uri/UriReferenceFactory.idl
index 03099b168330..87c2408b96e2 100644
--- a/udkapi/com/sun/star/uri/UriReferenceFactory.idl
+++ b/udkapi/com/sun/star/uri/UriReferenceFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UriReferenceFactory.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kz $ $Date: 2004-02-26 13:16:59 $
+ * last change: $Author: rt $ $Date: 2004-06-17 11:36:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,10 +62,10 @@
#ifndef __com_sun_star_uri_UriReferenceFactory_idl__
#define __com_sun_star_uri_UriReferenceFactory_idl__
-#include <com/sun/star/uri/XUriReferenceFactory.idl>
-
module com { module sun { module star { module uri {
+interface XUriReferenceFactory;
+
/**
creates URI references.
@@ -104,12 +104,7 @@ module com { module sun { module star { module uri {
@since #i19971#
*/
-service UriReferenceFactory {
- /**
- used to create URI references.
- */
- interface XUriReferenceFactory;
-};
+service UriReferenceFactory: XUriReferenceFactory;
}; }; }; };