diff options
author | Júlio Hoffimann <julio.hoffimann@gmail.com> | 2011-04-14 08:12:27 -0300 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-04-15 10:39:52 +0200 |
commit | 4fc170d3e8d0bb05197deb57f60d85f9fd9f0f72 (patch) | |
tree | cc696806a52e76ab60b457b81d40e80c3908bcdd /svtools/source/control | |
parent | 416c0f6b75f35e5680ee81d6080bbce02db06d1f (diff) |
all bogus comments removed by regular expressions
Diffstat (limited to 'svtools/source/control')
-rw-r--r-- | svtools/source/control/ruler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/ruler.cxx b/svtools/source/control/ruler.cxx index 51e4fed41eb1..a28f6bbcfe8e 100644 --- a/svtools/source/control/ruler.cxx +++ b/svtools/source/control/ruler.cxx @@ -1679,7 +1679,7 @@ sal_Bool Ruler::ImplHitTest( const Point& rPos, ImplRulerHitTest* pHitTest, } nHitBottom = mnVirHeight+(RULER_OFF*2); - // --> FME 2004-08-05 #i32608# + // #i32608# pHitTest->nAryPos = 0; pHitTest->mnDragSize = 0; pHitTest->bSize = sal_False; |