diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2000-12-01 07:08:15 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2000-12-01 07:08:15 +0000 |
commit | 815f1a2899b678ea385a041dbab417f9621bcd44 (patch) | |
tree | fe0d50fdf0a1a33cdaebb350d7f2692418ac155c | |
parent | 145f820b14372aaf2449dd678e866c24cbb2260f (diff) |
#80644# - ::ucb::ContentCreationException -> ::com::sun::star::ucb::ContentCreationException
-rw-r--r-- | linguistic/source/dicimp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx index 62c01a12c591..98ed3facb118 100644 --- a/linguistic/source/dicimp.cxx +++ b/linguistic/source/dicimp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dicimp.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-11-17 12:37:32 $ + * last change: $Author: kso $ $Date: 2000-12-01 08:08:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -946,7 +946,7 @@ BOOL DictionaryNeo::isReadonly_Impl() Any aAny( aContent.getPropertyValue( A2OU( "IsReadOnly" ) ) ); aAny >>= bRes; } - catch (::ucb::ContentCreationException &) + catch (::com::sun::star::ucb::ContentCreationException &) { bRes = TRUE; } |