diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-09-27 14:24:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-09-28 08:48:55 +0100 |
commit | 478a4a3ca4e5b540aacfb3b7e6464eb54336cb67 (patch) | |
tree | bbcfb30def760c0375191f165d4a5892849f5cd8 /sfx2/source | |
parent | aee968e3540faefeaba27832a3b537a512ba1fed (diff) |
adapt ThumbnailView::ImplInitScrollBar
Change-Id: I6b675874fd683f1c9311322c4662f33380f9c113
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/control/thumbnailview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/thumbnailview.cxx b/sfx2/source/control/thumbnailview.cxx index 5d05f67c7677..6741b59730d2 100644 --- a/sfx2/source/control/thumbnailview.cxx +++ b/sfx2/source/control/thumbnailview.cxx @@ -184,7 +184,7 @@ void ThumbnailView::ImplInitScrollBar() { // adapt the width because of the changed settings long nScrBarWidth = GetSettings().GetStyleSettings().GetScrollBarSize(); - mpScrBar->SetPosSizePixel( 0, 0, nScrBarWidth, 0, WINDOW_POSSIZE_WIDTH ); + mpScrBar->setPosSizePixel( 0, 0, nScrBarWidth, 0, WINDOW_POSSIZE_WIDTH ); } } } |