summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/virdev.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/virdev.cxx')
-rw-r--r--vcl/source/gdi/virdev.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/gdi/virdev.cxx b/vcl/source/gdi/virdev.cxx
index c6987c1d2cb1..41a604bb19ef 100644
--- a/vcl/source/gdi/virdev.cxx
+++ b/vcl/source/gdi/virdev.cxx
@@ -155,9 +155,9 @@ void VirtualDevice::ImplInitVirDev( const OutputDevice* pOutDev,
if ( !mpVirDev )
{
// do not abort but throw an exception, may be the current thread terminates anyway (plugin-scenario)
- throw ::com::sun::star::uno::RuntimeException(
+ throw css::uno::RuntimeException(
OUString( "Could not create system bitmap!" ),
- ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >() );
+ css::uno::Reference< css::uno::XInterface >() );
}
mnBitCount = ( nBitCount ? nBitCount : pOutDev->GetBitCount() );