diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-02-04 00:33:14 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-02-04 09:11:29 +0100 |
commit | e2eda70f2746f08376d8cdf5e5360df217335aef (patch) | |
tree | 31051c577e388dc8f9730381e69e46a5735ae5cf /include/sfx2/recentdocsview.hxx | |
parent | 56b404001ef83cc151727cc5a489dc493c6b65ec (diff) |
startcenter: fdo#72469: Thumbnails also for other file types than ODF.
Change-Id: If905b2f3e51adf7e64df9385ede74368acd11771
Diffstat (limited to 'include/sfx2/recentdocsview.hxx')
-rw-r--r-- | include/sfx2/recentdocsview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/recentdocsview.hxx b/include/sfx2/recentdocsview.hxx index 1706935a5ac8..93080251be6d 100644 --- a/include/sfx2/recentdocsview.hxx +++ b/include/sfx2/recentdocsview.hxx @@ -45,7 +45,7 @@ public: RecentDocsView( Window* pParent ); virtual ~RecentDocsView(); - void insertItem(const OUString &rURL, const OUString &rTitle, sal_uInt16 nId); + void insertItem(const OUString &rURL, const OUString &rTitle, const BitmapEx &rThumbnail, sal_uInt16 nId); void loadRecentDocs(); void SetThumbnailSize(long thumbnailSize); |