From f20ad2271fedd0a3a096d54128d468d79e07f67e Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 19 Jan 2004 17:18:32 +0000 Subject: 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. --- udkapi/com/sun/star/udk-modules.idl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'udkapi') 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 -- cgit