diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:33:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:33:29 +0000 |
commit | b2b60962cf1e24a84aaf091999808e8c42eb55ae (patch) | |
tree | bb97172bd115dd6adbaee6393ea6be74d964befd /udkapi | |
parent | cadffc6482e1ebcbc21c9be7b3eac325fbbbf3d7 (diff) |
INTEGRATION: CWS sb18 (1.7.116); FILE MERGED
2004/05/21 15:10:29 sb 1.7.116.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/test/XTest.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/test/XTest.idl b/udkapi/com/sun/star/test/XTest.idl index 0bf60488f1a5..ded1ca4cc894 100644 --- a/udkapi/com/sun/star/test/XTest.idl +++ b/udkapi/com/sun/star/test/XTest.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTest.idl,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: mi $ $Date: 2002-08-05 09:34:07 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:33:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,7 +82,7 @@ module com { module sun { module star { module test { /** A simple interface to test a service or interface implementation. */ -interface XTest: com::sun::star::uno::XInterface +published interface XTest: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- /** |