summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorChristian Lippka <christian.lippka@sun.com>2010-03-12 12:59:13 +0100
committerChristian Lippka <christian.lippka@sun.com>2010-03-12 12:59:13 +0100
commita73fc34b762f0faf85bea4a7ada6897248b05a2c (patch)
treee7b0f9dcad0f6a274371fdbd0fda75e21625d090 /sd
parent7afabd98981bf8b570cff56bd79002c0188befc6 (diff)
#i109909# fixed broken button sets for html exportooo/DEV300_m76
Diffstat (limited to 'sd')
-rw-r--r--sd/res/buttons/glas-blue.zipbin25629 -> 22010 bytes
-rw-r--r--sd/res/buttons/glas-green.zipbin27086 -> 25032 bytes
-rw-r--r--sd/res/buttons/glas-red.zipbin26476 -> 24325 bytes
-rw-r--r--sd/res/buttons/round-gorilla.zipbin23118 -> 19208 bytes
-rw-r--r--sd/res/buttons/round-white.zipbin16899 -> 10533 bytes
-rw-r--r--sd/res/buttons/simple.zipbin7880 -> 4046 bytes
-rw-r--r--sd/res/buttons/square-blue.zipbin16160 -> 15123 bytes
-rw-r--r--sd/res/buttons/square-gray.zipbin14332 -> 8919 bytes
-rw-r--r--sd/res/buttons/square-green.zipbin16646 -> 15750 bytes
-rw-r--r--sd/res/buttons/square-red.zipbin16522 -> 15319 bytes
-rw-r--r--sd/res/buttons/square-yellow.zipbin16105 -> 15185 bytes
-rw-r--r--sd/source/filter/html/buttonset.cxx2
12 files changed, 1 insertions, 1 deletions
diff --git a/sd/res/buttons/glas-blue.zip b/sd/res/buttons/glas-blue.zip
index 8eaace3eb..93a380b6c 100644
--- a/sd/res/buttons/glas-blue.zip
+++ b/sd/res/buttons/glas-blue.zip
Binary files differ
diff --git a/sd/res/buttons/glas-green.zip b/sd/res/buttons/glas-green.zip
index 9e99fcff6..af1543545 100644
--- a/sd/res/buttons/glas-green.zip
+++ b/sd/res/buttons/glas-green.zip
Binary files differ
diff --git a/sd/res/buttons/glas-red.zip b/sd/res/buttons/glas-red.zip
index 3a6914740..914514c7f 100644
--- a/sd/res/buttons/glas-red.zip
+++ b/sd/res/buttons/glas-red.zip
Binary files differ
diff --git a/sd/res/buttons/round-gorilla.zip b/sd/res/buttons/round-gorilla.zip
index 3f75e1180..727df6b92 100644
--- a/sd/res/buttons/round-gorilla.zip
+++ b/sd/res/buttons/round-gorilla.zip
Binary files differ
diff --git a/sd/res/buttons/round-white.zip b/sd/res/buttons/round-white.zip
index 2d2aa97db..9c5f1b2aa 100644
--- a/sd/res/buttons/round-white.zip
+++ b/sd/res/buttons/round-white.zip
Binary files differ
diff --git a/sd/res/buttons/simple.zip b/sd/res/buttons/simple.zip
index 5bb1cb5c4..60c0b0957 100644
--- a/sd/res/buttons/simple.zip
+++ b/sd/res/buttons/simple.zip
Binary files differ
diff --git a/sd/res/buttons/square-blue.zip b/sd/res/buttons/square-blue.zip
index 5db6e2a30..86c33465f 100644
--- a/sd/res/buttons/square-blue.zip
+++ b/sd/res/buttons/square-blue.zip
Binary files differ
diff --git a/sd/res/buttons/square-gray.zip b/sd/res/buttons/square-gray.zip
index 57b7d37bf..31713b797 100644
--- a/sd/res/buttons/square-gray.zip
+++ b/sd/res/buttons/square-gray.zip
Binary files differ
diff --git a/sd/res/buttons/square-green.zip b/sd/res/buttons/square-green.zip
index 3b26abce7..696222530 100644
--- a/sd/res/buttons/square-green.zip
+++ b/sd/res/buttons/square-green.zip
Binary files differ
diff --git a/sd/res/buttons/square-red.zip b/sd/res/buttons/square-red.zip
index 06f0d793f..8199cbe73 100644
--- a/sd/res/buttons/square-red.zip
+++ b/sd/res/buttons/square-red.zip
Binary files differ
diff --git a/sd/res/buttons/square-yellow.zip b/sd/res/buttons/square-yellow.zip
index a26460318..27af86075 100644
--- a/sd/res/buttons/square-yellow.zip
+++ b/sd/res/buttons/square-yellow.zip
Binary files differ
diff --git a/sd/source/filter/html/buttonset.cxx b/sd/source/filter/html/buttonset.cxx
index d31c45f9c..0cb5032eb 100644
--- a/sd/source/filter/html/buttonset.cxx
+++ b/sd/source/filter/html/buttonset.cxx
@@ -72,7 +72,7 @@ ButtonsImpl::ButtonsImpl( const OUString& rURL )
{
try
{
- mxStorage = comphelper::OStorageHelper::GetStorageFromURL( rURL, ElementModes::READ );
+ mxStorage = comphelper::OStorageHelper::GetStorageOfFormatFromURL( ZIP_STORAGE_FORMAT_STRING, rURL, ElementModes::READ );
}
catch( Exception& )
{