summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-01 09:26:27 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-01 09:26:27 +0200
commitaea4ea94ba339963261b458f178f0a8338c62f3b (patch)
tree982d9e09ce8bbaa9c2f3725c2e3f603811db42fc /sd/source
parentdf6a8731cffd3c160cb3c4bcfd12689e751ae470 (diff)
slidecopy: #i10000# (unxlngi6)
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/toolpanel/CustomToolPanel.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/toolpanel/CustomToolPanel.cxx b/sd/source/ui/toolpanel/CustomToolPanel.cxx
index 12ffe484a22f..1515bf09104f 100644
--- a/sd/source/ui/toolpanel/CustomToolPanel.cxx
+++ b/sd/source/ui/toolpanel/CustomToolPanel.cxx
@@ -214,6 +214,7 @@ namespace sd { namespace toolpanel
Reference< XAccessible > CustomToolPanel::CreatePanelAccessible( const Reference< XAccessible >& i_rParentAccessible )
{
ENSURE_OR_RETURN( !isDisposed(), "CustomToolPanel::CreatePanelAccessible: already disposed!", NULL );
+ (void)i_rParentAccessible;
// an XResource might also be an XPane2, which can provide an XAccessible. Check this first.
const Reference< XPane2 > xPane( m_xResource, UNO_QUERY );