diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:35:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 15:35:24 +0000 |
commit | 021762767886b4bb6d81f6ef00ea1ef2fb29e8c3 (patch) | |
tree | 070ee82fa5aaeec4699b62ba882ce7875384fa37 /udkapi | |
parent | 5b1a18769cf552304cdd621a512bc22389c33150 (diff) |
INTEGRATION: CWS sb18 (1.1.152); FILE MERGED
2004/05/21 15:10:32 sb 1.1.152.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/uno/SecurityException.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/uno/SecurityException.idl b/udkapi/com/sun/star/uno/SecurityException.idl index c7ba0f90cf2e..6bf60f2fdaef 100644 --- a/udkapi/com/sun/star/uno/SecurityException.idl +++ b/udkapi/com/sun/star/uno/SecurityException.idl @@ -2,9 +2,9 @@ * * $RCSfile: SecurityException.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: dbo $ $Date: 2000-12-12 16:43:31 $ + * last change: $Author: obo $ $Date: 2004-06-03 16:35:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,7 @@ /** Base exception for all security related exceptions. */ -exception SecurityException : com::sun::star::uno::RuntimeException +published exception SecurityException : com::sun::star::uno::RuntimeException { }; |