diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-20 10:44:16 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-23 09:42:23 +0200 |
commit | 9559cef61d0ca9159ef095fe28fc68121a8d30d3 (patch) | |
tree | eb7d1b00941f9d6b9e53b00ac8eabdf3aa10dcc1 /cui/source/tabpages/macroass.cxx | |
parent | a46096884f5ab09d221694d40517628d85d25fc9 (diff) |
loplugin:constantfunction: cui
Change-Id: I4bbfbd526f78c4806d6fc85a4011cbc4ef3a25fa
Diffstat (limited to 'cui/source/tabpages/macroass.cxx')
-rw-r--r-- | cui/source/tabpages/macroass.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/tabpages/macroass.cxx b/cui/source/tabpages/macroass.cxx index 380d49c5c8d9..64d38b7e4ddf 100644 --- a/cui/source/tabpages/macroass.cxx +++ b/cui/source/tabpages/macroass.cxx @@ -289,8 +289,6 @@ IMPL_STATIC_LINK( _SfxMacroTabPage, SelectGroup_Impl, ListBox*, EMPTYARG ) IMPL_STATIC_LINK( _SfxMacroTabPage, SelectMacro_Impl, ListBox*, EMPTYARG ) { - _SfxMacroTabPage_Impl* pImpl = pThis->mpImpl; - pImpl->pMacroLB->FunctionSelected(); pThis->EnableButtons(); return 0; } |