summaryrefslogtreecommitdiff
path: root/linguistic/source
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source')
-rw-r--r--linguistic/source/dicimp.cxx6
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;
}