summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2014-05-14 22:46:33 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2014-05-14 22:46:33 +0300
commited1d0f0c45b616bf67a571d8f09e30673e0be77e (patch)
treecd185a8946718d4097f2d36e36cdf2782bf9bd28 /include
parentf22d651487382c64d0e6ce5ce3720eaccaf1150f (diff)
fix build
Change-Id: I40b7f9388388e05ab5b034ac81861aa34a23d2a8
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/recentdocsview.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/sfx2/recentdocsview.hxx b/include/sfx2/recentdocsview.hxx
index 00e339b2a25e..453eb3fffd71 100644
--- a/include/sfx2/recentdocsview.hxx
+++ b/include/sfx2/recentdocsview.hxx
@@ -40,9 +40,6 @@ enum ApplicationType
class SFX2_DLLPUBLIC RecentDocsView : public ThumbnailView
{
-private:
- size_t mnLastMouseDownItem = THUMBNAILVIEW_ITEM_NOTFOUND;
-
public:
RecentDocsView( Window* pParent );
virtual ~RecentDocsView();
@@ -80,6 +77,7 @@ protected:
long mnTextHeight;
long mnItemPadding;
long mnItemMaxTextLength;
+ size_t mnLastMouseDownItem;
/// Image that appears when there is no recent document.
Image maWelcomeImage;