summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/gallery1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/gallery2/gallery1.cxx')
-rw-r--r--svx/source/gallery2/gallery1.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/gallery2/gallery1.cxx b/svx/source/gallery2/gallery1.cxx
index 3feb54844336..7a6bfd2498dc 100644
--- a/svx/source/gallery2/gallery1.cxx
+++ b/svx/source/gallery2/gallery1.cxx
@@ -344,10 +344,10 @@ void Gallery::ImplLoadSubDirs( const INetURLObject& rBaseURL, bool& rbDirIsReadO
{
aSdgCnt.getPropertyValue( s_sTitle ) >>= aTitle;
}
- catch( const ::com::sun::star::uno::RuntimeException& )
+ catch( const css::uno::RuntimeException& )
{
}
- catch( const ::com::sun::star::uno::Exception& )
+ catch( const css::uno::Exception& )
{
}
@@ -372,10 +372,10 @@ void Gallery::ImplLoadSubDirs( const INetURLObject& rBaseURL, bool& rbDirIsReadO
{
aSdvCnt.getPropertyValue( s_sTitle ) >>= aTitle;
}
- catch( const ::com::sun::star::uno::RuntimeException& )
+ catch( const css::uno::RuntimeException& )
{
}
- catch( const ::com::sun::star::uno::Exception& )
+ catch( const css::uno::Exception& )
{
}