diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-02 13:50:43 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-19 10:45:00 +0200 |
commit | 5133b27e638140ba574016b33dae70ca92edc323 (patch) | |
tree | 8c113b072c017a2beb6b96fa144c7ccb399373f5 /sd | |
parent | 062e40c76bcab664907737feace74f134a25c29c (diff) |
loplugin:constantfunction: sfx2
Change-Id: I7b4c18b1f9644048f506fc1b1d1fb8c8c590ea7f
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/app/tmplctrl.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/app/tmplctrl.cxx b/sd/source/ui/app/tmplctrl.cxx index 9f6705295432..494cd21d9d64 100644 --- a/sd/source/ui/app/tmplctrl.cxx +++ b/sd/source/ui/app/tmplctrl.cxx @@ -104,7 +104,6 @@ void SdTemplateControl::Command( const CommandEvent& rCEvt ) if( !pDoc ) return; - CaptureMouse(); SdTemplatePopup_Impl aPop; { const sal_uInt16 nMasterCount = pDoc->GetMasterSdPageCount(PK_STANDARD); @@ -128,8 +127,6 @@ void SdTemplateControl::Command( const CommandEvent& rCEvt ) pViewFrame->GetBindings().Invalidate(SID_STATUS_LAYOUT); } } - - ReleaseMouse(); } } |