summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 fe110a44e8eb..9fe52f4b2d4f 100644
--- a/linguistic/source/dicimp.cxx
+++ b/linguistic/source/dicimp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dicimp.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: tl $ $Date: 2000-12-01 18:58:41 $
+ * last change: $Author: kz $ $Date: 2000-12-04 09:27:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -952,7 +952,7 @@ BOOL DictionaryNeo::isReadonly_Impl()
Any aAny( aContent.getPropertyValue( A2OU( "IsReadOnly" ) ) );
aAny >>= bRes;
}
- catch (::ucb::ContentCreationException &)
+ catch (::com::sun::star::ucb::ContentCreationException &)
{
bRes = TRUE;
}