[Libreoffice-commits] core.git: sd/source

Caolán McNamara caolanm at redhat.com
Sat Jan 14 16:50:15 UTC 2017


 sd/source/ui/app/res_bmp.src |   48 +++++++++++++++++++++----------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

New commits:
commit efce216ca5d2b852c9fccc52ee68d1e27279d900
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Jan 14 16:04:43 2017 +0000

    rename from bmp to png
    
    Change-Id: Ibcb08acfd8ac518388c33b97121fc04a7b7dbf03

diff --git a/sd/source/ui/app/res_bmp.src b/sd/source/ui/app/res_bmp.src
index d18a804..c45c895 100644
--- a/sd/source/ui/app/res_bmp.src
+++ b/sd/source/ui/app/res_bmp.src
@@ -199,72 +199,72 @@ Bitmap BMP_PLACEHOLDER_TABLE_LARGE_HOVER
 
 Bitmap BMP_FOILN_01
 {
-    File = "foiln01.bmp" ;
+    File = "foiln01.png" ;
 };
 
 Bitmap BMP_PAGE
 {
-    File = "page.bmp" ;
+    File = "page.png" ;
 };
 
 Bitmap BMP_PAGE_EXCLUDED
 {
-    File = "pageexcl.bmp" ;
+    File = "pageexcl.png" ;
 };
 
 Bitmap BMP_PAGEOBJS_EXCLUDED
 {
-    File = "pagobjex.bmp" ;
+    File = "pagobjex.png" ;
 };
 
 Bitmap BMP_PAGEOBJS
 {
-    File = "pageobjs.bmp" ;
+    File = "pageobjs.png" ;
 };
 
 Bitmap BMP_OBJECTS
 {
-    File = "objects.bmp" ;
+    File = "objects.png" ;
 };
 
 Bitmap BMP_OLE
 {
-    File = "ole.bmp" ;
+    File = "ole.png" ;
 };
 
 Bitmap BMP_GROUP
 {
-    File = "group.bmp" ;
+    File = "group.png" ;
 };
 
 Bitmap BMP_DOC_OPEN
 {
-    File = "docopen.bmp" ;
+    File = "docopen.png" ;
 };
 
 Bitmap BMP_DOC_CLOSED
 {
-    File = "docclose.bmp" ;
+    File = "docclose.png" ;
 };
 
 Bitmap BMP_DOC_TEXT
 {
-    File = "doctext.bmp" ;
+    File = "doctext.png" ;
 };
 
 Bitmap BMP_EXPAND
 {
-    File = "plus.bmp" ;
+    File = "plus.png" ;
 };
 
 Bitmap BMP_COLLAPSE
 {
-    File = "minus.bmp" ;
+    File = "minus.png" ;
 };
 
 Bitmap BMP_GRAPHIC
 {
-    File = "graphic.bmp" ;
+    File = "graphic.png" ;
 };
 
 String STR_STYLE_FILTER_USED
@@ -312,52 +312,52 @@ Bitmap BMP_STYLES_FAMILY_PRESENTATIONS
 
 Bitmap BMP_PRESOBJ_GRAPHIC
 {
-    File = "image.bmp" ;
+    File = "image.png" ;
 };
 
 Bitmap BMP_PRESOBJ_OBJECT
 {
-    File = "object.bmp" ;
+    File = "object.png" ;
 };
 
 Bitmap BMP_PRESOBJ_CHART
 {
-    File = "chart.bmp" ;
+    File = "chart.png" ;
 };
 
 Bitmap BMP_PRESOBJ_ORGCHART
 {
-    File = "orgchart.bmp" ;
+    File = "orgchart.png" ;
 };
 
 Bitmap BMP_PRESOBJ_TABLE
 {
-    File = "table.bmp" ;
+    File = "table.png" ;
 };
 
 Bitmap BMP_POINTER_ICON
 {
-    File = "pointericon.bmp";
+    File = "pointericon.png";
 };
 
 Bitmap BMP_WAIT_ICON
 {
-    File = "waiticon.bmp";
+    File = "waiticon.png";
 };
 
 Bitmap BMP_FADE_EFFECT_INDICATOR
 {
-    File = "fade_effect_indicator.bmp";
+    File = "fade_effect_indicator.png";
 };
 
 Bitmap BMP_CUSTOM_ANIMATION_INDICATOR
 {
-    File = "click_16.bmp";
+    File = "click_16.png";
 };
 
 Bitmap BMP_COMMENTS_INDICATOR
 {
-    File = "comments_indicator.bmp";
+    File = "comments_indicator.png";
 };
 
 // Presenter Screen bitmaps:


More information about the Libreoffice-commits mailing list