diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-30 08:34:08 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-30 08:34:08 +0000 |
commit | 22d25746a38685c3650cd991d6eb5f6906ef55b3 (patch) | |
tree | ec3a8cc14938178dfb04205850daa914268cfc10 /udkapi/com/sun/star/lang | |
parent | 8c14ad5e0de50cecfea09bb1eb6ba96a6895aa3e (diff) |
INTEGRATION: CWS dba24d (1.8.78); FILE MERGED
2007/11/08 21:33:56 fs 1.8.78.1: #i81658# NotInitializedException - used to indicate the a component was not initialized, yet, but an attempt to use it was made
Diffstat (limited to 'udkapi/com/sun/star/lang')
-rw-r--r-- | udkapi/com/sun/star/lang/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/lang/makefile.mk b/udkapi/com/sun/star/lang/makefile.mk index f534eb437461..9de721e3b3fd 100644 --- a/udkapi/com/sun/star/lang/makefile.mk +++ b/udkapi/com/sun/star/lang/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: rt $ $Date: 2005-09-09 15:51:17 $ +# last change: $Author: rt $ $Date: 2008-01-30 09:34:08 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -60,6 +60,7 @@ IDLFILES=\ NoSuchFieldException.idl\ NoSuchMethodException.idl\ NoSupportException.idl\ + NotInitializedException.idl\ NullPointerException.idl\ RegistryServiceManager.idl\ ServiceManager.idl\ |