summaryrefslogtreecommitdiff
path: root/sd/source/ui/tools/PreviewRenderer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/tools/PreviewRenderer.cxx')
-rw-r--r--sd/source/ui/tools/PreviewRenderer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/tools/PreviewRenderer.cxx b/sd/source/ui/tools/PreviewRenderer.cxx
index a6ad71a60f5e..67e3f5ac6eb5 100644
--- a/sd/source/ui/tools/PreviewRenderer.cxx
+++ b/sd/source/ui/tools/PreviewRenderer.cxx
@@ -142,7 +142,7 @@ Image PreviewRenderer::RenderPage (
Cleanup();
}
}
- catch (const com::sun::star::uno::Exception&)
+ catch (const css::uno::Exception&)
{
DBG_UNHANDLED_EXCEPTION();
}
@@ -201,7 +201,7 @@ Image PreviewRenderer::RenderSubstitution (
mpPreviewDevice->PixelToLogic(Point(0,0)),
mpPreviewDevice->PixelToLogic(aSize)));
}
- catch (const com::sun::star::uno::Exception&)
+ catch (const css::uno::Exception&)
{
DBG_UNHANDLED_EXCEPTION();
}
@@ -316,7 +316,7 @@ void PreviewRenderer::PaintPage (
{
mpView->CompleteRedraw(mpPreviewDevice.get(), aRegion, pRedirector.get());
}
- catch (const ::com::sun::star::uno::Exception&)
+ catch (const css::uno::Exception&)
{
DBG_UNHANDLED_EXCEPTION();
}