diff options
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 |