diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-10 13:18:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-10 13:18:36 +0200 |
commit | 6d4ee1d2ca10fad541e5d5bae8d29fda2693ef7b (patch) | |
tree | 92934c7b533a6ab90d984167cac7fe124b074359 /svtools | |
parent | aed24614017419517d63cb021ae397ff9d93982e (diff) |
SvtMatchContext_Impl::pBox is never assigned to...
...so this must be a redundant alias
Change-Id: I3c864716161f01a0724af1b3e655ad13273bdacb
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/inettbc.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx index 4977d06419bb..38dd2ba176f2 100644 --- a/svtools/source/control/inettbc.cxx +++ b/svtools/source/control/inettbc.cxx @@ -218,7 +218,6 @@ IMPL_LINK_NOARG( SvtMatchContext_Impl, Select_Impl ) } } - SvtURLBox* pBox = this->pBox; pBox->bAutoCompleteMode = true; // did we filter completions which otherwise would have been valid? |