diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-17 10:53:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-17 10:53:49 +0000 |
commit | f8b3d06163a2638b9dcbb1a5ba89441d93347673 (patch) | |
tree | 952618e6c347c1641ccfd7247694a78fbf631637 /udkapi | |
parent | 7fb15a550dbfd8cf1183c939bdc1de7ab73b4f32 (diff) |
INTEGRATION: CWS sdk12bugfix (1.9.88); FILE MERGED
2004/02/27 09:10:10 jsc 1.9.88.1: #113058# remove Uik where possible
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/uno/XInterface.idl | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/udkapi/com/sun/star/uno/XInterface.idl b/udkapi/com/sun/star/uno/XInterface.idl index 04b80797fd53..bdb2ea3f9bb6 100644 --- a/udkapi/com/sun/star/uno/XInterface.idl +++ b/udkapi/com/sun/star/uno/XInterface.idl @@ -2,9 +2,9 @@ * * $RCSfile: XInterface.idl,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:37:15 $ + * last change: $Author: obo $ $Date: 2004-03-17 11:53:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,11 +61,6 @@ #ifndef __com_sun_star_uno_XInterface_idl__ #define __com_sun_star_uno_XInterface_idl__ -#ifndef __com_sun_star_uno_Uik_idl__ -#include <com/sun/star/uno/Uik.idl> -#endif - - //============================================================================= module com { module sun { module star { module uno { |