summaryrefslogtreecommitdiff
path: root/vcl/inc/textlayout.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-12-03 21:09:43 +0100
committerMichael Stahl <mstahl@redhat.com>2013-12-03 21:09:43 +0100
commitc4d79527ce3a0d9b466ea291a1932bcd66474827 (patch)
tree9ead6560dffc11a2b132e7ce5d1aaffa961e649f /vcl/inc/textlayout.hxx
parentaf43ae6f85f9ca840889d568f15b6123c98037a4 (diff)
vcl: fix sal_Int32 GetTextBreak harder
Change-Id: I75181d12ca8b883055e5314504633af38b5e49c7
Diffstat (limited to 'vcl/inc/textlayout.hxx')
-rw-r--r--vcl/inc/textlayout.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/textlayout.hxx b/vcl/inc/textlayout.hxx
index d16d2499f9ff..14662c390ed1 100644
--- a/vcl/inc/textlayout.hxx
+++ b/vcl/inc/textlayout.hxx
@@ -89,7 +89,7 @@ namespace vcl
long _nMaxTextWidth,
sal_Int32 _nStartIndex,
sal_Int32 _nLength
- ) const;
+ ) const SAL_OVERRIDE;
virtual bool DecomposeTextRectAction() const;
private: