diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2000-12-01 06:59:53 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2000-12-01 06:59:53 +0000 |
commit | a934bd9b1b734ca11d095124099a57e494513c53 (patch) | |
tree | 01c54a11beeaa140c0b5545b354e1e98b3cf0415 /svx/source/dialog/impgrf.cxx | |
parent | 4e0545c392bbce54f0bf04e8fbf77788431af090 (diff) |
#80644# - ::ucb::ContentCreationException -> ::com::sun::star::ucb::ContentCreationException
Diffstat (limited to 'svx/source/dialog/impgrf.cxx')
-rw-r--r-- | svx/source/dialog/impgrf.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/impgrf.cxx b/svx/source/dialog/impgrf.cxx index bca21eeec53c..ae4ec792e890 100644 --- a/svx/source/dialog/impgrf.cxx +++ b/svx/source/dialog/impgrf.cxx @@ -2,9 +2,9 @@ * * $RCSfile: impgrf.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: sj $ $Date: 2000-11-13 17:19:57 $ + * last change: $Author: kso $ $Date: 2000-12-01 07:59:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -244,7 +244,7 @@ sal_Bool IsFolder_Impl( const String& rURL ) { DBG_ERRORFILE( "CommandAbortedException" ); } - catch( ContentCreationException& ) + catch( com::sun::star::ucb::ContentCreationException& ) { DBG_ERRORFILE( "ContentCreationException" ); } |