From 993496c4d8bcd928b819be1584874a95a3ffbc71 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Mon, 11 Dec 2000 16:41:04 +0000 Subject: catched exception changed to com::sun::star::uno::Exception --- linguistic/source/dicimp.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linguistic/source') 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; } -- cgit