summaryrefslogtreecommitdiff
path: root/pyuno/source/module/pyuno_gc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/source/module/pyuno_gc.cxx')
-rw-r--r--pyuno/source/module/pyuno_gc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/module/pyuno_gc.cxx b/pyuno/source/module/pyuno_gc.cxx
index 0a17c9db36a4..d65be77402fa 100644
--- a/pyuno/source/module/pyuno_gc.cxx
+++ b/pyuno/source/module/pyuno_gc.cxx
@@ -84,7 +84,7 @@ void GCThread::execute()
Py_XDECREF( mPyObject );
}
}
- catch( const com::sun::star::uno::RuntimeException & e )
+ catch( const css::uno::RuntimeException & e )
{
OString msg;
msg = OUStringToOString( e.Message, RTL_TEXTENCODING_ASCII_US );