diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-27 10:41:11 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-28 08:32:00 +0200 |
commit | 9ee630ee01b890183d8e683d961d7c7337c54155 (patch) | |
tree | a70f1aed2befcded7cb0829b237d8d057e13836b /include/sfx2/recentdocsview.hxx | |
parent | 2191ff899b77fac2d871427452832476cf6231e4 (diff) |
remove unused code RecentDocsView::SetThumbnailSize(long)
Change-Id: I9a898fda8e494693f48d7611c07bd65e86c22bdf
Diffstat (limited to 'include/sfx2/recentdocsview.hxx')
-rw-r--r-- | include/sfx2/recentdocsview.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/recentdocsview.hxx b/include/sfx2/recentdocsview.hxx index 93080251be6d..20f04c3f9be7 100644 --- a/include/sfx2/recentdocsview.hxx +++ b/include/sfx2/recentdocsview.hxx @@ -48,7 +48,6 @@ public: void insertItem(const OUString &rURL, const OUString &rTitle, const BitmapEx &rThumbnail, sal_uInt16 nId); void loadRecentDocs(); - void SetThumbnailSize(long thumbnailSize); long GetThumbnailSize() const; static bool typeMatchesExtension(ApplicationType type, const OUString &rExt); |