summaryrefslogtreecommitdiffstats
path: root/include/sfx2/templateabstractview.hxx
diff options
context:
space:
mode:
authorKrisztian Pinter <pin.terminator@gmail.com>2013-09-15 19:37:06 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-09-19 13:34:15 +0000
commit806919adf9c9bafbaba92c2d2ab35d2e2f9863f8 (patch)
tree06f6bd92eb7154bf47b9a1384a17a8e7ca80f3a5 /include/sfx2/templateabstractview.hxx
parentTheme icons are loaded only once (diff)
downloadcore-806919adf9c9bafbaba92c2d2ab35d2e2f9863f8.tar.gz
core-806919adf9c9bafbaba92c2d2ab35d2e2f9863f8.zip
Make scrolling in ThumbnailView smoother and not per-line
Change-Id: I3df50dc953c6a5123b62f129b6e303ff682c6d9b Reviewed-on: https://gerrit.libreoffice.org/5951 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2/templateabstractview.hxx')
-rw-r--r--include/sfx2/templateabstractview.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/templateabstractview.hxx b/include/sfx2/templateabstractview.hxx
index 8648205f82bf..962e75477762 100644
--- a/include/sfx2/templateabstractview.hxx
+++ b/include/sfx2/templateabstractview.hxx
@@ -131,6 +131,8 @@ protected:
virtual void OnItemDblClicked(ThumbnailViewItem *pItem);
+ virtual void Paint( const Rectangle& rRect );
+
protected:
sal_uInt16 mnCurRegionId;