From ab20a5888d3a7f964ef2fb3afe2477825da6037e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 28 Oct 2015 12:09:09 +0200 Subject: com::sun::star->css in sdext Change-Id: I1720391c6842a75033aca4e1b852a8cb89ca1efa Reviewed-on: https://gerrit.libreoffice.org/19638 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sdext/source/pdfimport/wrapper/wrapper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdext/source/pdfimport/wrapper/wrapper.cxx') diff --git a/sdext/source/pdfimport/wrapper/wrapper.cxx b/sdext/source/pdfimport/wrapper/wrapper.cxx index 92d72dc6c5fa..0716e7def2b4 100644 --- a/sdext/source/pdfimport/wrapper/wrapper.cxx +++ b/sdext/source/pdfimport/wrapper/wrapper.cxx @@ -1225,7 +1225,7 @@ bool xpdf_ImportFromStream( const uno::Reference< io::XInputStream >& xI { nBytes = xInput->readBytes( aBuf, nBufSize ); } - catch( com::sun::star::uno::Exception& ) + catch( css::uno::Exception& ) { osl_closeFile( aFile ); throw; -- cgit