summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-26 16:44:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-29 09:56:05 +0100
commit67785b74497b96e1ba95279ed63e04278d8e1baf (patch)
treee4720c579a93c0ab4e10eda0abfdf6c0c578abc9 /sd
parentautogen.sh: don't touch autogen.lastrun if it already exists (diff)
downloadcore-67785b74497b96e1ba95279ed63e04278d8e1baf.tar.gz
core-67785b74497b96e1ba95279ed63e04278d8e1baf.zip
WaE: unused variable
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/app/sdmod1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/app/sdmod1.cxx b/sd/source/ui/app/sdmod1.cxx
index f46b82354484..594ce2d96123 100644
--- a/sd/source/ui/app/sdmod1.cxx
+++ b/sd/source/ui/app/sdmod1.cxx
@@ -657,7 +657,7 @@ SfxFrame* SdModule::ExecuteNewDocument( SfxRequest& rReq )
if ( pFrameItem )
pFrame = &pFrameItem->GetFrame()->GetFrame();
}
- catch (::com::sun::star::uno::Exception &e)
+ catch (const ::com::sun::star::uno::Exception&)
{
DBG_ASSERT (sal_False, "caught IllegalArgumentException while loading document from Impress autopilot");
}