diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-03-25 15:08:23 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-03-25 15:08:23 +0100 |
commit | fc9d2b013fe73e9abbb39fdcf44746a564d418ac (patch) | |
tree | 4e1b626817e64a90b03ca5fe4b3a171dbe9e7fb1 /sd/source | |
parent | ce1737da191a210ecf75faa33c515e5f51168d3a (diff) |
slidecopy: removed useless (shadowing) variable
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/toolpanel/ToolPanelViewShell.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/toolpanel/ToolPanelViewShell.cxx b/sd/source/ui/toolpanel/ToolPanelViewShell.cxx index 6217924c5c71..f4050cff9de1 100644 --- a/sd/source/ui/toolpanel/ToolPanelViewShell.cxx +++ b/sd/source/ui/toolpanel/ToolPanelViewShell.cxx @@ -475,7 +475,6 @@ ToolPanelViewShell_Impl::PanelActivation ToolPanelViewShell_Impl::SetupDefaultPa PanelActivation aPanelToActivate; try { - ::boost::shared_ptr< FrameworkHelper > pFrameworkHelper( FrameworkHelper::Instance( m_rPanelViewShell.GetViewShellBase() ) ); Reference< XConfigurationController > xCC( pFrameworkHelper->GetConfigurationController(), UNO_QUERY_THROW ); Reference< XConfiguration > xConfiguration( xCC->getRequestedConfiguration(), UNO_QUERY_THROW ); Sequence< Reference< XResourceId > > aViewIds( xConfiguration->getResources( |