From 5a4d508bd6711def27c7738f7ac68c2da478e48c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 18 Nov 2015 10:11:06 +0200 Subject: com::sun::star->css in vcl/ Change-Id: Ifad76177673cf93746ba221838be80ff76fed228 Reviewed-on: https://gerrit.libreoffice.org/20032 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- vcl/headless/svpbmp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/headless/svpbmp.cxx') diff --git a/vcl/headless/svpbmp.cxx b/vcl/headless/svpbmp.cxx index 4ae1afed0c4f..8c0363bbfdc0 100644 --- a/vcl/headless/svpbmp.cxx +++ b/vcl/headless/svpbmp.cxx @@ -104,7 +104,7 @@ bool SvpSalBitmap::Create( const SalBitmap& /*rSalBmp*/, return false; } -bool SvpSalBitmap::Create( const ::com::sun::star::uno::Reference< ::com::sun::star::rendering::XBitmapCanvas >& /*xBitmapCanvas*/, Size& /*rSize*/, bool /*bMask*/ ) +bool SvpSalBitmap::Create( const css::uno::Reference< css::rendering::XBitmapCanvas >& /*xBitmapCanvas*/, Size& /*rSize*/, bool /*bMask*/ ) { return false; } -- cgit v1.2.3