summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/galbrws1.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 13:35:05 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 13:35:05 +0000
commit2e26889ac108c7ed1fb5a49034ca5652b5b9f227 (patch)
treeda275a9b8274c57040e0f86da2862d9d20498965 /svx/source/gallery2/galbrws1.cxx
parent8f0a5452f7314f9c21aebae4c049c640ee283754 (diff)
INTEGRATION: CWS bgdlremove (1.31.12); FILE MERGED
2007/05/18 11:33:54 kso 1.31.12.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'svx/source/gallery2/galbrws1.cxx')
-rw-r--r--svx/source/gallery2/galbrws1.cxx14
1 files changed, 6 insertions, 8 deletions
diff --git a/svx/source/gallery2/galbrws1.cxx b/svx/source/gallery2/galbrws1.cxx
index 66555d516d1b..cac3c3afb8f9 100644
--- a/svx/source/gallery2/galbrws1.cxx
+++ b/svx/source/gallery2/galbrws1.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: galbrws1.cxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 07:49:15 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 14:35:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -61,10 +61,8 @@
// - Namespaces -
// --------------
-using namespace ::ucb;
using namespace ::rtl;
using namespace ::com::sun::star;
-using namespace ::com::sun::star::ucb;
// -----------------
// - GalleryButton -
@@ -247,7 +245,7 @@ void GalleryBrowser1::ImplFillExchangeData( const GalleryTheme* pThm, ExchangeDa
try
{
- Content aCnt( pThm->GetThmURL().GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< XCommandEnvironment >() );
+ ::ucbhelper::Content aCnt( pThm->GetThmURL().GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb::XCommandEnvironment >() );
util::DateTime aDateTimeModified;
DateTime aDateTime;
@@ -256,13 +254,13 @@ void GalleryBrowser1::ImplFillExchangeData( const GalleryTheme* pThm, ExchangeDa
rData.aThemeChangeDate = aDateTime;
rData.aThemeChangeTime = aDateTime;
}
- catch( const ContentCreationException& )
+ catch( const ucb::ContentCreationException& )
{
}
- catch( const ::com::sun::star::uno::RuntimeException& )
+ catch( const uno::RuntimeException& )
{
}
- catch( const ::com::sun::star::uno::Exception& )
+ catch( const uno::Exception& )
{
}
}