[Libreoffice-commits] core.git: cui/source
Stephan Bergmann
sbergman at redhat.com
Sun May 10 06:20:19 PDT 2015
cui/source/customize/macropg.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 15f931f845c8289f470ba8d29308ee7592dcd826
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Sun May 10 15:19:40 2015 +0200
_SvxMacroTabPage::mpImpl is never assigned to...
...so this must be a redundant alias
Change-Id: I6a4d74f89e65521010cbe1cacaa0ef4206d9c58c
diff --git a/cui/source/customize/macropg.cxx b/cui/source/customize/macropg.cxx
index df1b15f..c675ef1 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;
More information about the Libreoffice-commits
mailing list