diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-03-23 11:16:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-03-23 13:29:37 +0000 |
commit | b755c56c50cffb1e61c448dd34d54475e4993390 (patch) | |
tree | ae7bf9f44332ab1f0e761979160bcba07e8cf90c /include/vcl/scrbar.hxx | |
parent | d27818c1f34b01190bf419c34d6a174f3cad7894 (diff) |
TODO: move to ScrollBar when binary incompatibility is no longer problematic
since...
commit 72ebade6ba9e88a5a24db57266a53e8f52049214
Author: Ivo Hinkelmann <ihi@openoffice.org>
Date: Thu Sep 13 15:33:31 2007 +0000
INTEGRATION: CWS aquavclcarbonfixes (1.20.70); FILE MERGED
2007/08/29 12:59:47 hdu 1.20.70.1: #i77549# extend native scrollbar NWF by adding PART_TRACK_*_AREA controls
Change-Id: I124c4014556f3a10b986a2886202210ebfc9eb10
Reviewed-on: https://gerrit.libreoffice.org/35586
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/scrbar.hxx')
-rw-r--r-- | include/vcl/scrbar.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/scrbar.hxx b/include/vcl/scrbar.hxx index bef8f7170fc8..110ef9f9aff2 100644 --- a/include/vcl/scrbar.hxx +++ b/include/vcl/scrbar.hxx @@ -46,6 +46,7 @@ private: Rectangle maPage1Rect; Rectangle maPage2Rect; Rectangle maThumbRect; + Rectangle maTrackRect; ImplScrollBarData* mpData; long mnStartPos; long mnMouseOff; |