summaryrefslogtreecommitdiff
path: root/sfx2/source/control/templateview.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-19 11:23:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-19 15:13:28 +0000
commit9db8c85f75f1d0bc76aa1a77cd118b72d188e8b1 (patch)
treea1e35c3ebb79f52c363ce3894f73afa29d1470d3 /sfx2/source/control/templateview.src
parentaa347e360c87651da647c12d444429a3c401c37d (diff)
sfx2: load BitmapEx resources instead of Image ones
Change-Id: I9c5a0f1b23eadf15fee3ff78e5061474214fcc35
Diffstat (limited to 'sfx2/source/control/templateview.src')
-rw-r--r--sfx2/source/control/templateview.src10
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/control/templateview.src b/sfx2/source/control/templateview.src
index 52f4e3db5e3b..cf05b69773e9 100644
--- a/sfx2/source/control/templateview.src
+++ b/sfx2/source/control/templateview.src
@@ -19,22 +19,22 @@ String STR_WELCOME_LINE2
Text [ en-US ] = "Drop a document here or pick an app from the left side to create one.";
};
-Image IMG_WELCOME
+Bitmap BMP_WELCOME
{
- ImageBitmap = Bitmap { File = "logo.png" ; };
+ File = "logo.png";
};
-Bitmap IMG_RECENTDOC_REMOVE
+Bitmap BMP_RECENTDOC_REMOVE
{
File = "recentdoc_remove.png";
};
-Bitmap IMG_RECENTDOC_REMOVE_HIGHLIGHTED
+Bitmap BMP_RECENTDOC_REMOVE_HIGHLIGHTED
{
File = "recentdoc_remove_highlighted.png";
};
-Bitmap IMG_DEFAULT
+Bitmap BMP_DEFAULT
{
File = "templatestar.png";
};