summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2001-06-18 10:26:05 +0000
committerThomas Lange <tl@openoffice.org>2001-06-18 10:26:05 +0000
commit7e061a02f75ff6db90926017e3446f08da920715 (patch)
tree55d1c7dab1cdb38a4d6e0acc8ce533d853ec8dfb /linguistic
parentff3a2182c6884839f0dbe50e993d40c100125c99 (diff)
#88366# catch-statement changed from ... to Exception&
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/dlistimp.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/linguistic/source/dlistimp.cxx b/linguistic/source/dlistimp.cxx
index 6b3c1ed35ac4..09f16226e24a 100644
--- a/linguistic/source/dlistimp.cxx
+++ b/linguistic/source/dlistimp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlistimp.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jp $ $Date: 2001-04-05 17:33:02 $
+ * last change: $Author: tl $ $Date: 2001-06-18 11:26:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -371,7 +371,7 @@ void DicList::MyAppExitListener::AtExit()
if (!xStor->isReadonly() && xStor->hasLocation())
xStor->store();
}
- catch(...)
+ catch(Exception &)
{
}
}
@@ -701,7 +701,7 @@ void SAL_CALL
if (!xStor->isReadonly() && xStor->hasLocation())
xStor->store();
}
- catch(...)
+ catch(Exception &)
{
}
}