From b60664ac8c40a7a2da1d02c2439021d52231d3d1 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 4 Dec 2000 08:27:36 +0000 Subject: #80644# - ::ucb::ContentCreationException -> ::com::sun::star::ucb::ContentCreationException --- 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 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; } -- cgit