summaryrefslogtreecommitdiff
path: root/sd/source/ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-30 20:07:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-03-30 20:07:42 +0100
commit3cfb9c869ebd73ffe22f1be006ce6200356d769b (patch)
tree28b0a815a1aa14680fb4dcfdfee9da8f127fd4cc /sd/source/ui
parentdac59047be88f2a66478c46df0ff24872b843b79 (diff)
bOutlineMode set but unused
Diffstat (limited to 'sd/source/ui')
-rw-r--r--sd/source/ui/view/drtxtob1.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/view/drtxtob1.cxx b/sd/source/ui/view/drtxtob1.cxx
index 78357508e71c..c034038fe8c8 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());