diff options
author | Noel Grandin <noel@peralex.com> | 2015-08-28 16:35:06 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-08-31 09:50:11 +0200 |
commit | b6e95a8c9997e03099492079ebc34c4a47b8b502 (patch) | |
tree | 9955ffbc914a27e1589c22e3f2fbc0d4edb7b503 /svx | |
parent | 410c06bec452b09cd15ddfcb82b8b2b0508f3c55 (diff) |
convert Link<> to typed
and remove some dead code
Change-Id: I6a42dbaea5053b4aa3c47b3f154410b05f32dfe4
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/svxruler.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/dialog/svxruler.cxx b/svx/source/dialog/svxruler.cxx index 2a2104ea1b83..a068ee569643 100644 --- a/svx/source/dialog/svxruler.cxx +++ b/svx/source/dialog/svxruler.cxx @@ -3181,9 +3181,6 @@ bool SvxRuler::StartDrag() bool bOk = true; - if(GetStartDragHdl().IsSet()) - bOk = Ruler::StartDrag(); - if(bOk) { lInitialDragPos = GetDragPos(); |