diff options
author | Thomas Lange <tl@openoffice.org> | 2000-12-11 16:41:04 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2000-12-11 16:41:04 +0000 |
commit | 993496c4d8bcd928b819be1584874a95a3ffbc71 (patch) | |
tree | 4246bee078c5f59b0d334323811dac77ddcd4cf4 /linguistic/source/dicimp.cxx | |
parent | 245ab98f3427ca6b976ad6fe486d33ecfa3dc8d6 (diff) |
catched exception changed to com::sun::star::uno::Exception
Diffstat (limited to 'linguistic/source/dicimp.cxx')
-rw-r--r-- | linguistic/source/dicimp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx index 9fe52f4b2d4f..2bd4cb9a1b3d 100644 --- a/linguistic/source/dicimp.cxx +++ b/linguistic/source/dicimp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dicimp.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2000-12-04 09:27:36 $ + * last change: $Author: tl $ $Date: 2000-12-11 17:41:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -161,7 +161,7 @@ DictionaryNeo::DictionaryNeo(const OUString &rName, Reference< ::com::sun::star::ucb::XCommandEnvironment >()); bExists = aTestContent.isDocument(); } - catch(...) + catch( ::com::sun::star::uno::Exception ) { bExists = FALSE; } |