diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-22 11:41:49 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-22 12:50:49 +0200 |
commit | 2edb7adaaf4cf223e9549def4e513df9e8a5311a (patch) | |
tree | b784496f0b1123bbfb8872139d34475c10b7f9fc /sw | |
parent | 01443bb1bc3392adbbc6c144830849ad2b5dfdc6 (diff) |
cppcheck: Variable 'bMore' is assigned a value that is never used
Change-Id: Id5d962e8db963000a4e1a0e884a14c2ecb7ab1f6
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/uibase/shells/tabsh.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/core/uibase/shells/tabsh.cxx b/sw/source/core/uibase/shells/tabsh.cxx index 090fff85dd40..2b3a60dfeda4 100644 --- a/sw/source/core/uibase/shells/tabsh.cxx +++ b/sw/source/core/uibase/shells/tabsh.cxx @@ -1059,8 +1059,7 @@ void SwTableShell::Execute(SfxRequest &rReq) rReq.Done(); return; } - else - bMore = false; + // Now the slots which are working directly on the TableFmt. SwFrmFmt *pFmt = rSh.GetTableFmt(); switch ( nSlot ) |