summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2020-04-08 12:58:34 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2020-04-15 17:35:44 +0200
commit9b1c9ac6edcdeae431d6104c586ca7feffbb6483 (patch)
tree395bddaa18a31abfbc8a86277028b0d6087eb130 /sfx2/inc
parent0db34d1c5dd7d06435c5a5d58a42da2cbe007006 (diff)
Related tdf#130778: New About dialog
More flexible dialog logo & about images as SVGs Change-Id: Icefa035893e241a7dee6aa28236e6b89b38477de Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91908 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/bitmaps.hlst1
-rw-r--r--sfx2/inc/recentdocsview.hxx2
2 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/inc/bitmaps.hlst b/sfx2/inc/bitmaps.hlst
index 9dbdfb4da5d4..28e16d920513 100644
--- a/sfx2/inc/bitmaps.hlst
+++ b/sfx2/inc/bitmaps.hlst
@@ -75,7 +75,6 @@
#define SFX_FILE_THUMBNAIL_MATH "res/math128.png"
#define SFX_FILE_THUMBNAIL_DEFAULT "res/main128.png"
-#define BMP_WELCOME "sfx2/res/logo.png"
#define BMP_RECENTDOC_REMOVE "res/recentdoc_remove.png"
#define BMP_RECENTDOC_REMOVE_HIGHLIGHTED "res/recentdoc_remove_highlighted.png"
#define BMP_DEFAULT "res/templatestar.png"
diff --git a/sfx2/inc/recentdocsview.hxx b/sfx2/inc/recentdocsview.hxx
index ff21644a9940..95b9386cd0ec 100644
--- a/sfx2/inc/recentdocsview.hxx
+++ b/sfx2/inc/recentdocsview.hxx
@@ -89,7 +89,7 @@ private:
size_t mnLastMouseDownItem;
/// Image that appears when there is no recent document.
- Image maWelcomeImage;
+ BitmapEx maWelcomeImage;
OUString maWelcomeLine1;
OUString maWelcomeLine2;
};