summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/wrapper
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-28 12:09:09 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-29 06:52:29 +0000
commitab20a5888d3a7f964ef2fb3afe2477825da6037e (patch)
treecb829c05a404a6459ead2ae41c3279987df09434 /sdext/source/pdfimport/wrapper
parent5d5c4686badbf67aa25b18701f25d90fa8b4e42a (diff)
com::sun::star->css in sdext
Change-Id: I1720391c6842a75033aca4e1b852a8cb89ca1efa Reviewed-on: https://gerrit.libreoffice.org/19638 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sdext/source/pdfimport/wrapper')
-rw-r--r--sdext/source/pdfimport/wrapper/wrapper.cxx2
1 files changed, 1 insertions, 1 deletions
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;