diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-01-19 17:18:32 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-01-19 17:18:32 +0000 |
commit | f20ad2271fedd0a3a096d54128d468d79e07f67e (patch) | |
tree | 11e47f2bc4d791f6b31376b9cab2d337c68fc2ac /udkapi | |
parent | 1bca1c73e6b7ea5adf07073ec5739f418a58f831 (diff) |
INTEGRATION: CWS sb12 (1.2.44); FILE MERGED
2003/12/17 16:16:11 sb 1.2.44.1: #i19971# Added com.sun.star.uri.
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/udk-modules.idl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/udk-modules.idl b/udkapi/com/sun/star/udk-modules.idl index b549816a482d..42bf06bbfc2f 100644 --- a/udkapi/com/sun/star/udk-modules.idl +++ b/udkapi/com/sun/star/udk-modules.idl @@ -2,9 +2,9 @@ * * $RCSfile: udk-modules.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2003-07-11 11:22:22 $ + * last change: $Author: kz $ $Date: 2004-01-19 18:18:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -108,6 +108,9 @@ module test {}; /// Basic UNO interfaces. module uno {}; +/// URI processing. +module uri {}; + }; }; }; #endif |