diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-02-04 09:30:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-02-04 11:10:57 +0000 |
commit | af88559697352ea527e6bba26ecaaf1ea8759841 (patch) | |
tree | eda47410e71ff505da8e71cb6b8cc6c9a65cc1a9 | |
parent | 3f2427294e29b7035c7020ef6fc0d6c37cf4f375 (diff) |
coverity#1268022 Logically dead code
Change-Id: I49a058915f0fd7caaa3793e70784a30efcac15d3
-rw-r--r-- | vcl/workben/vcldemo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx index 06fcc415f5e9..05adec176ff7 100644 --- a/vcl/workben/vcldemo.cxx +++ b/vcl/workben/vcldemo.cxx @@ -363,7 +363,7 @@ public: // To have more text displayed one after the other (overlapping, and in different colours), then // change this value - int nPrintNumCopies=1; + const int nPrintNumCopies=1; if (bArabicText) aText = aArabicText; |