summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2000-12-04 08:27:36 +0000
committerKurt Zenker <kz@openoffice.org>2000-12-04 08:27:36 +0000
commitb60664ac8c40a7a2da1d02c2439021d52231d3d1 (patch)
treea1a04137e13aabf153f0ba050f98a37484fdd04a /linguistic
parent8e7db6e157df5b46d69a8fa902e96bd026898d25 (diff)
#80644# - ::ucb::ContentCreationException -> ::com::sun::star::ucb::ContentCreationException
Diffstat (limited to 'linguistic')
-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;
}