summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRodolfo Ribeiro Gomes <rodolforg@gmail.com>2013-11-09 22:57:34 -0200
committerJan Holesovsky <kendy@collabora.com>2013-11-11 19:49:56 +0100
commit10ea40afa3d6804a4a6f816f10f71a93412328fa (patch)
tree428881359796da7f0ad0e89ac1512c11810e92b0 /include
parent192d5afa33fc92ae832148312e16613df4b98b5a (diff)
startcenter: Start center shows a welcome text when recent doc list is empty
The image I got from TDF wiki. I tried to show the text semitransparent also, but set font color with any alpha degree (eg. setTransparency(254) ) made it invisible. Maybe just a gray shade? Change-Id: Iaf7efb8433e9db03862825148ed2013588a5468f Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/recentdocsview.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/recentdocsview.hxx b/include/sfx2/recentdocsview.hxx
index 2edace52c774..8aceeef1bb4b 100644
--- a/include/sfx2/recentdocsview.hxx
+++ b/include/sfx2/recentdocsview.hxx
@@ -61,6 +61,7 @@ protected:
virtual void MouseButtonDown( const MouseEvent& rMEvt );
virtual void OnItemDblClicked(ThumbnailViewItem *pItem);
void OpenItem( const ThumbnailViewItem *pItem );
+ virtual void Paint( const Rectangle& rRect );
bool isAcceptedFile(const OUString &rURL) const;