[Libreoffice-commits] .: sd/source

Caolán McNamara caolan at kemper.freedesktop.org
Wed Mar 30 12:07:54 PDT 2011


 sd/source/ui/view/drtxtob1.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit d42b9102a9587ef8bdda9b3289be8073ba362065
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Mar 30 20:07:42 2011 +0100

    bOutlineMode set but unused

diff --git a/sd/source/ui/view/drtxtob1.cxx b/sd/source/ui/view/drtxtob1.cxx
index c6a5ae1..cdb468c 100644
--- a/sd/source/ui/view/drtxtob1.cxx
+++ b/sd/source/ui/view/drtxtob1.cxx
@@ -96,14 +96,12 @@ void TextObjectBar::Execute( SfxRequest &rReq )
     const SfxItemSet* pArgs = rReq.GetArgs();
     const SfxPoolItem* pPoolItem = NULL;
     sal_uInt16 nSlot = rReq.GetSlot();
-    sal_Bool bOutlineMode = sal_False;
     OutlinerView* pOLV = mpView->GetTextEditOutlinerView();
 
     std::auto_ptr< OutlineViewModelChangeGuard > aGuard;
 
     if (mpView->ISA(OutlineView))
     {
-        bOutlineMode = sal_True;
         pOLV = static_cast<OutlineView*>(mpView)
             ->GetViewByWindow(mpViewShell->GetActiveWindow());
 


More information about the Libreoffice-commits mailing list