diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-09-07 18:43:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-09-07 18:43:52 +0200 |
commit | 94b16ec225b9e369654902a0698359baafc1f519 (patch) | |
tree | 5ab627337d646e20534b18700bb34d9d6e5cb5dd | |
parent | 5886fc94bcb92c1fbe407f60dd0ea7269e540612 (diff) |
clang-analyzer-deadcode.DeadStores
...the code was like this ever since 8ab086b6cc054501bfbf7ef6fa509c393691e860
"initial import"
Change-Id: I808296a280c01f02adeba1018b9f9bc6977971d3
-rw-r--r-- | svtools/source/control/ruler.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/control/ruler.cxx b/svtools/source/control/ruler.cxx index d8a8faa001d2..09af4c5dbc85 100644 --- a/svtools/source/control/ruler.cxx +++ b/svtools/source/control/ruler.cxx @@ -2372,11 +2372,9 @@ bool Ruler::StartDocDrag( const MouseEvent& rMEvt, RulerType eDragType ) mnDragPos = aHitTest.nPos; mnDragAryPos = aHitTest.nAryPos; } - eDragType = aHitTest.eType; DoubleClick(); - eDragType = RULER_TYPE_DONTKNOW; mnDragPos = 0; mnDragAryPos = 0; |