summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRodolfo Ribeiro Gomes <rodolforg@gmail.com>2013-11-18 01:30:49 -0200
committerCaolán McNamara <caolanm@redhat.com>2013-11-20 05:32:03 -0600
commit912d6d171603cdc68c600ab713e22eeca2c1f58a (patch)
tree8c1860d64650ee374ccf12b8c12fef5bf75121fb /include
parentc3702eb165ce0f0841ef1a166ae361e9616c77fb (diff)
fdo#65355 Ruler Comment control doesn't disappears
ImplDraw() should not be directly called because it avoids overriden Paint() method. Change-Id: I0f0f6b4af231c1ea50a23fb96f3c9018b5ce2d31 Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/6707 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/ruler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/ruler.hxx b/include/svtools/ruler.hxx
index eff79e251bef..a6ae1e5a19fc 100644
--- a/include/svtools/ruler.hxx
+++ b/include/svtools/ruler.hxx
@@ -767,7 +767,7 @@ public:
RulerSelection GetHoverSelection() const { return maHoverSelection; }
using Window::GetType;
- RulerType GetType( const Point& rPos, sal_uInt16* pAryPos = NULL ) const;
+ RulerType GetType( const Point& rPos, sal_uInt16* pAryPos = NULL );
void SetNullOffset( long nPos );
long GetNullOffset() const;