diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-02-10 14:13:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-02-10 14:13:16 +0100 |
commit | 20a76c9e43b593e503a2901f6a8d53eb0b4bc4f3 (patch) | |
tree | ba392036e9faabbda843d9cbe13ef4d2fca85233 /sd/source/ui/app | |
parent | 1bfa0da5cb6eb1fb6857b4dc4dec09eada5a66cf (diff) |
Some cppcheck cleaning
Diffstat (limited to 'sd/source/ui/app')
-rw-r--r-- | sd/source/ui/app/sdmod1.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/app/sdmod1.cxx b/sd/source/ui/app/sdmod1.cxx index bc52b9dab76b..ec448db5f87d 100644 --- a/sd/source/ui/app/sdmod1.cxx +++ b/sd/source/ui/app/sdmod1.cxx @@ -655,7 +655,7 @@ SfxFrame* SdModule::ExecuteNewDocument( SfxRequest& rReq ) if ( pFrameItem ) pFrame = &pFrameItem->GetFrame()->GetFrame(); } - catch (::com::sun::star::uno::Exception e) + catch (::com::sun::star::uno::Exception &e) { DBG_ASSERT (FALSE, "caught IllegalArgumentException while loading document from Impress autopilot"); } |