diff options
Diffstat (limited to 'offapi/com/sun/star/modules.idl')
-rw-r--r-- | offapi/com/sun/star/modules.idl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/offapi/com/sun/star/modules.idl b/offapi/com/sun/star/modules.idl index 9b50c3ed162a..465c1322cbb4 100644 --- a/offapi/com/sun/star/modules.idl +++ b/offapi/com/sun/star/modules.idl @@ -2,9 +2,9 @@ * * $RCSfile: modules.idl,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2004-02-11 09:32:25 $ + * last change: $Author: kz $ $Date: 2004-06-11 09:34:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -133,6 +133,9 @@ module formula {}; /// Desktop environment framework interfaces. module frame {}; +/// Interfaces for graphic handling +module graphic {}; + /// Interface for internationalization (deprecated draft). module i18n {}; |