diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-10 15:19:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-10 15:19:40 +0200 |
commit | 15f931f845c8289f470ba8d29308ee7592dcd826 (patch) | |
tree | b95508659a77525e912688d91fa06cdbd4329f3b | |
parent | 2796bc31e90c87cee10d832a67b1fd9dcab6e51f (diff) |
_SvxMacroTabPage::mpImpl is never assigned to...
...so this must be a redundant alias
Change-Id: I6a4d74f89e65521010cbe1cacaa0ef4206d9c58c
-rw-r--r-- | cui/source/customize/macropg.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/source/customize/macropg.cxx b/cui/source/customize/macropg.cxx index df1b15fc55b8..c675ef137ab3 100644 --- a/cui/source/customize/macropg.cxx +++ b/cui/source/customize/macropg.cxx @@ -576,8 +576,7 @@ void _SvxMacroTabPage::DisplayAppEvents( bool appEvents) // select event handler on the listbox IMPL_LINK( _SvxMacroTabPage, SelectEvent_Impl, SvTabListBox*, ) { - _SvxMacroTabPage_Impl* pImpl = mpImpl; - SvHeaderTabListBox& rListBox = pImpl->pEventLB->GetListBox(); + SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); SvTreeListEntry* pE = rListBox.FirstSelected(); sal_uLong nPos; |