summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-03-07 10:24:10 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-03-07 10:24:26 +0100
commit3952988da628d87e884168d23a352e4b151bf5ea (patch)
tree3820fddb223c527f6831fbde468f2494caacc64c /include
parent6235a7261b7a763cbce4e3b2ffd93921008acb02 (diff)
Fix deselection problems of template view
deselectItems() were added to make recent docs view work, but it is unneccessary to affect template view too. Change-Id: I0c805774321939991e308e9c8c669604e81dbad5
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/recentdocsview.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/recentdocsview.hxx b/include/sfx2/recentdocsview.hxx
index 20f04c3f9be7..9d0335d47e15 100644
--- a/include/sfx2/recentdocsview.hxx
+++ b/include/sfx2/recentdocsview.hxx
@@ -65,6 +65,8 @@ protected:
void OpenItem( const ThumbnailViewItem *pItem );
virtual void Paint( const Rectangle& rRect );
+ virtual void LoseFocus();
+
bool isAcceptedFile(const OUString &rURL) const;
long mnItemMaxSize;