diff options
author | jailletc36 <christophe.jaillet@wanadoo.fr> | 2012-11-06 22:49:28 +0100 |
---|---|---|
committer | Radek Doulík <rodo@novell.com> | 2012-11-07 15:57:20 +0000 |
commit | c8eb6910cd41901daf2f4192c0b3e583a20adc90 (patch) | |
tree | e7bbadcbb678c74e9c4465068dd14de61f15dd3d /sw/source/ui/web/wview.cxx | |
parent | f3acd7232371fd67a80062a045a1a09e3c8d5ab9 (diff) |
cppCheck: Various clean-up
mailconfigpapge: shouldn't it be a logical AND instead of a bit-wise operation ?
HeaderFooterWin, drwtxtsh, formatclipboard, wview: redundant assignment
fldref: unused variable
Change-Id: I5016c12527a8811676ff10f07f7be9e855c66814
Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
Reviewed-on: https://gerrit.libreoffice.org/996
Reviewed-by: Radek Doulík <rodo@novell.com>
Tested-by: Radek Doulík <rodo@novell.com>
Diffstat (limited to 'sw/source/ui/web/wview.cxx')
-rw-r--r-- | sw/source/ui/web/wview.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/web/wview.cxx b/sw/source/ui/web/wview.cxx index d6541a2d605b..f9af40c483bd 100644 --- a/sw/source/ui/web/wview.cxx +++ b/sw/source/ui/web/wview.cxx @@ -197,7 +197,6 @@ void SwWebView::SelectShell() SetShell( new svx::ExtrusionBar( this ) ); rDispatcher.Push( *GetCurShell() ); - eShellMode = SHELL_MODE_DRAW; SetShell( new svx::FontworkBar( this ) ); rDispatcher.Push( *GetCurShell() ); |