summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/impgrf.cxx
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2000-12-01 06:59:53 +0000
committerKai Sommerfeld <kso@openoffice.org>2000-12-01 06:59:53 +0000
commita934bd9b1b734ca11d095124099a57e494513c53 (patch)
tree01c54a11beeaa140c0b5545b354e1e98b3cf0415 /svx/source/dialog/impgrf.cxx
parentMerge SRC614: 12/01/00 - 08:58:19 (diff)
downloadcore-a934bd9b1b734ca11d095124099a57e494513c53.tar.gz
core-a934bd9b1b734ca11d095124099a57e494513c53.zip
#80644# - ::ucb::ContentCreationException -> ::com::sun::star::ucb::ContentCreationException
Diffstat (limited to 'svx/source/dialog/impgrf.cxx')
-rw-r--r--svx/source/dialog/impgrf.cxx6
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" );
}