diff options
Diffstat (limited to 'vcl/source/window/msgbox.cxx')
-rw-r--r-- | vcl/source/window/msgbox.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/msgbox.cxx b/vcl/source/window/msgbox.cxx index e892c1d3c7be..6f84fbcd4778 100644 --- a/vcl/source/window/msgbox.cxx +++ b/vcl/source/window/msgbox.cxx @@ -456,7 +456,7 @@ Image ErrorBox::GetStandardImage() { ImplInitMsgBoxImageList(); } - catch (const ::com::sun::star::uno::Exception &) + catch (const css::uno::Exception &) { // During early bootstrap we can have no initialized // ucb and hence no ability to get this image, so nop. |