diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-03-29 16:47:49 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-03-29 16:47:49 +0200 |
commit | 32a41d0d54881f6b0b2c878adce9e31a2287db87 (patch) | |
tree | f36efc81a36af7facb37ba4d709b2a3798b7573d /reportbuilder | |
parent | ccf44bdea652bd1ba1821dc87d6469e1b0be51c0 (diff) |
native0ext:#161688# rebranding extensions, part 2 - transplanted from 3d9497740c41@native0
Diffstat (limited to 'reportbuilder')
-rwxr-xr-x | reportbuilder/images/em42.png | bin | 1814 -> 0 bytes | |||
-rw-r--r-- | reportbuilder/images/em47.png | bin | 0 -> 5448 bytes | |||
-rw-r--r--[-rwxr-xr-x] | reportbuilder/images/em47_hc.png (renamed from reportbuilder/images/em42_hc.png) | bin | 3119 -> 3182 bytes | |||
-rw-r--r-- | reportbuilder/util/description.xml | 6 | ||||
-rw-r--r-- | reportbuilder/util/makefile.mk | 4 |
5 files changed, 5 insertions, 5 deletions
diff --git a/reportbuilder/images/em42.png b/reportbuilder/images/em42.png Binary files differdeleted file mode 100755 index 4906707257bf..000000000000 --- a/reportbuilder/images/em42.png +++ /dev/null diff --git a/reportbuilder/images/em47.png b/reportbuilder/images/em47.png Binary files differnew file mode 100644 index 000000000000..a018f1710ea5 --- /dev/null +++ b/reportbuilder/images/em47.png diff --git a/reportbuilder/images/em42_hc.png b/reportbuilder/images/em47_hc.png Binary files differindex f04df059c4ae..418cd1479298 100755..100644 --- a/reportbuilder/images/em42_hc.png +++ b/reportbuilder/images/em47_hc.png diff --git a/reportbuilder/util/description.xml b/reportbuilder/util/description.xml index 9a495af0fd71..186b7a443c74 100644 --- a/reportbuilder/util/description.xml +++ b/reportbuilder/util/description.xml @@ -17,11 +17,11 @@ <OpenOffice.org-minimal-version value="3.2" d:name="OpenOffice.org 3.2"/> </dependencies> <publisher> - <name xlink:href="http://www.sun.com/software/star/staroffice/extensions.jsp?cid=925095" lang="en">Oracle, Inc.</name> + <name xlink:href="http://www.sun.com/software/star/staroffice/extensions.jsp?cid=925095" lang="en">Oracle.</name> </publisher> <icon> - <default xlink:href="images/em42.png" /> - <high-contrast xlink:href="images/em42_hc.png" /> + <default xlink:href="images/em47.png" /> + <high-contrast xlink:href="images/em47_hc.png" /> </icon> <extension-description> <src xlink:href="help/component.txt" lang="en" /> diff --git a/reportbuilder/util/makefile.mk b/reportbuilder/util/makefile.mk index 1c69f01333cf..7ff8f64e7938 100644 --- a/reportbuilder/util/makefile.mk +++ b/reportbuilder/util/makefile.mk @@ -76,8 +76,8 @@ COMPONENT_OTR_FILES= \ $(EXTENSIONDIR)$/template$/en-US$/wizard$/report$/default.otr COMPONENT_IMAGES= \ - $(EXTENSIONDIR)$/images$/em42.png \ - $(EXTENSIONDIR)$/images$/em42_hc.png + $(EXTENSIONDIR)$/images$/em47.png \ + $(EXTENSIONDIR)$/images$/em47_hc.png COMPONENT_HTMLFILES = $(EXTENSIONDIR)$/THIRDPARTYREADMELICENSE.html \ $(EXTENSIONDIR)$/readme_en-US.html \ |