summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-06-30 12:55:40 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-06-30 13:22:19 +0200
commitf8c0e13ba28172b8c61ea2a5085f1abf46a33936 (patch)
treed60f5e9e0e3d68e1701cc1ac8089d97f21fa27d3 /include/sfx2
parent6ddfb81c0793cb067b5d8c3b434b2500bac379d1 (diff)
Rename ValueItemList to ThumbnailValueItemList
The more common definition comes from svtools/valueset.hxx. Make the difference clear. Change-Id: I79b09f31007a4c00860fa97d8517a2b1f6aadeea
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/thumbnailview.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx
index abff5f545b2a..dbbe57dc820a 100644
--- a/include/sfx2/thumbnailview.hxx
+++ b/include/sfx2/thumbnailview.hxx
@@ -26,7 +26,7 @@ class HelpEvent;
class KeyEvent;
class DataChangedEvent;
class ScrollBar;
-typedef ::std::vector< ThumbnailViewItem* > ValueItemList;
+typedef ::std::vector< ThumbnailViewItem* > ThumbnailValueItemList;
struct ThumbnailItemAttributes;
class ThumbnailViewAcc;
@@ -299,9 +299,9 @@ protected:
protected:
- ValueItemList mItemList;
- ValueItemList mFilteredItemList; ///< Cache to store the filtered items
- ValueItemList::iterator mpStartSelRange;
+ ThumbnailValueItemList mItemList;
+ ThumbnailValueItemList mFilteredItemList; ///< Cache to store the filtered items
+ ThumbnailValueItemList::iterator mpStartSelRange;
ScrollBar* mpScrBar;
Rectangle maItemListRect;
long mnHeaderHeight;