Kaydet (Commit) 8079924b authored tarafından Caolán McNamara's avatar Caolán McNamara

unused variables

üst c3391397
...@@ -324,7 +324,6 @@ void SfxVirtualMenu::CreateFromSVMenu() ...@@ -324,7 +324,6 @@ void SfxVirtualMenu::CreateFromSVMenu()
// Merge Addon popup menus into the SV Menu // Merge Addon popup menus into the SV Menu
SfxViewFrame* pViewFrame = pBindings->GetDispatcher()->GetFrame(); SfxViewFrame* pViewFrame = pBindings->GetDispatcher()->GetFrame();
SfxSlotPool* pSlotPool = pViewFrame->GetObjectShell()->GetModule()->GetSlotPool();
Reference< com::sun::star::frame::XFrame > xFrame( pViewFrame->GetFrame().GetFrameInterface() ); Reference< com::sun::star::frame::XFrame > xFrame( pViewFrame->GetFrame().GetFrameInterface() );
if ( pSVMenu->IsMenuBar() ) if ( pSVMenu->IsMenuBar() )
......
...@@ -2916,7 +2916,6 @@ void SfxViewFrame::AddDispatchMacroToBasic_Impl( const ::rtl::OUString& sMacro ) ...@@ -2916,7 +2916,6 @@ void SfxViewFrame::AddDispatchMacroToBasic_Impl( const ::rtl::OUString& sMacro )
void SfxViewFrame::MiscExec_Impl( SfxRequest& rReq ) void SfxViewFrame::MiscExec_Impl( SfxRequest& rReq )
{ {
DBG_MEMTEST(); DBG_MEMTEST();
bool bDone = false;
switch ( rReq.GetSlot() ) switch ( rReq.GetSlot() )
{ {
case SID_STOP_RECORDING : case SID_STOP_RECORDING :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment