summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/customize/macropg.cxx3
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;