diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2013-04-05 21:18:49 -0430 |
---|---|---|
committer | Rafael Dominguez <venccsralph@gmail.com> | 2013-04-05 21:23:10 -0430 |
commit | 9993d25441e8b4d19b8dc8e818cd311114e74e49 (patch) | |
tree | 72f5c1834ff1e114bacc56c6a7f69194313b4773 /sfx2/inc | |
parent | 86ba7698e6a117967daec23f9580469943f8afda (diff) |
fdo#61390 - Thumbnail navigation by shift-click and shift-keyboard.
Change-Id: Ia63b2a39df1c2aa76bb288e032b35d95bb0ff439
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/thumbnailview.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/thumbnailview.hxx b/sfx2/inc/sfx2/thumbnailview.hxx index dbab91cdd079..14bfd653ef0a 100644 --- a/sfx2/inc/sfx2/thumbnailview.hxx +++ b/sfx2/inc/sfx2/thumbnailview.hxx @@ -301,6 +301,7 @@ protected: ValueItemList mItemList; ValueItemList mFilteredItemList; ///< Cache to store the filtered items + ValueItemList::iterator mpStartSelRange; ScrollBar* mpScrBar; Rectangle maItemListRect; long mnHeaderHeight; |