[Libreoffice-commits] .: Branch 'feature/calc-xml-source' - icon-themes/galaxy sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Nov 26 12:08:21 PST 2012


 icon-themes/galaxy/sc/res/xml_attribute.png      |binary
 icon-themes/galaxy/sc/res/xml_element.png        |binary
 icon-themes/galaxy/sc/res/xml_element_repeat.png |binary
 sc/source/ui/src/xmlsourcedlg.src                |    6 +++---
 4 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 6c01561355cc5e1f6f5ec4094b5a8b4270acf3c8
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Mon Nov 26 15:07:01 2012 -0500

    Add preliminary icons for use in XML tree from Alexander Wilms.
    
    Change-Id: I69ac622bd9ada7dccfbeda7a2a8c3cfd7717dace

diff --git a/icon-themes/galaxy/sc/res/xml_attribute.png b/icon-themes/galaxy/sc/res/xml_attribute.png
new file mode 100644
index 0000000..013bd4b
Binary files /dev/null and b/icon-themes/galaxy/sc/res/xml_attribute.png differ
diff --git a/icon-themes/galaxy/sc/res/xml_element.png b/icon-themes/galaxy/sc/res/xml_element.png
new file mode 100644
index 0000000..cda4265
Binary files /dev/null and b/icon-themes/galaxy/sc/res/xml_element.png differ
diff --git a/icon-themes/galaxy/sc/res/xml_element_repeat.png b/icon-themes/galaxy/sc/res/xml_element_repeat.png
new file mode 100644
index 0000000..fe90995
Binary files /dev/null and b/icon-themes/galaxy/sc/res/xml_element_repeat.png differ
diff --git a/sc/source/ui/src/xmlsourcedlg.src b/sc/source/ui/src/xmlsourcedlg.src
index d90b498..009fc96 100644
--- a/sc/source/ui/src/xmlsourcedlg.src
+++ b/sc/source/ui/src/xmlsourcedlg.src
@@ -82,19 +82,19 @@ ModelessDialog RID_SCDLG_XML_SOURCE
 
     Image IMG_ELEMENT_DEFAULT
     {
-        ImageBitmap = Bitmap { File = "page.png" ; };
+        ImageBitmap = Bitmap { File = "xml_element.png" ; };
         MaskColor = STD_MASKCOLOR ;
     };
 
     Image IMG_ELEMENT_REPEAT
     {
-        ImageBitmap = Bitmap { File = "pages.png" ; };
+        ImageBitmap = Bitmap { File = "xml_element_repeat.png" ; };
         MaskColor = STD_MASKCOLOR ;
     };
 
     Image IMG_ELEMENT_ATTRIBUTE
     {
-        ImageBitmap = Bitmap { File = "time.png" ; };
+        ImageBitmap = Bitmap { File = "xml_attribute.png" ; };
         MaskColor = STD_MASKCOLOR ;
     };
 


More information about the Libreoffice-commits mailing list