diff options
author | Christian Lippka <christian.lippka@sun.com> | 2010-03-12 12:59:13 +0100 |
---|---|---|
committer | Christian Lippka <christian.lippka@sun.com> | 2010-03-12 12:59:13 +0100 |
commit | a73fc34b762f0faf85bea4a7ada6897248b05a2c (patch) | |
tree | e7b0f9dcad0f6a274371fdbd0fda75e21625d090 /sd | |
parent | 7afabd98981bf8b570cff56bd79002c0188befc6 (diff) |
#i109909# fixed broken button sets for html exportooo/DEV300_m76
Diffstat (limited to 'sd')
-rw-r--r-- | sd/res/buttons/glas-blue.zip | bin | 25629 -> 22010 bytes | |||
-rw-r--r-- | sd/res/buttons/glas-green.zip | bin | 27086 -> 25032 bytes | |||
-rw-r--r-- | sd/res/buttons/glas-red.zip | bin | 26476 -> 24325 bytes | |||
-rw-r--r-- | sd/res/buttons/round-gorilla.zip | bin | 23118 -> 19208 bytes | |||
-rw-r--r-- | sd/res/buttons/round-white.zip | bin | 16899 -> 10533 bytes | |||
-rw-r--r-- | sd/res/buttons/simple.zip | bin | 7880 -> 4046 bytes | |||
-rw-r--r-- | sd/res/buttons/square-blue.zip | bin | 16160 -> 15123 bytes | |||
-rw-r--r-- | sd/res/buttons/square-gray.zip | bin | 14332 -> 8919 bytes | |||
-rw-r--r-- | sd/res/buttons/square-green.zip | bin | 16646 -> 15750 bytes | |||
-rw-r--r-- | sd/res/buttons/square-red.zip | bin | 16522 -> 15319 bytes | |||
-rw-r--r-- | sd/res/buttons/square-yellow.zip | bin | 16105 -> 15185 bytes | |||
-rw-r--r-- | sd/source/filter/html/buttonset.cxx | 2 |
12 files changed, 1 insertions, 1 deletions
diff --git a/sd/res/buttons/glas-blue.zip b/sd/res/buttons/glas-blue.zip Binary files differindex 8eaace3eb..93a380b6c 100644 --- a/sd/res/buttons/glas-blue.zip +++ b/sd/res/buttons/glas-blue.zip diff --git a/sd/res/buttons/glas-green.zip b/sd/res/buttons/glas-green.zip Binary files differindex 9e99fcff6..af1543545 100644 --- a/sd/res/buttons/glas-green.zip +++ b/sd/res/buttons/glas-green.zip diff --git a/sd/res/buttons/glas-red.zip b/sd/res/buttons/glas-red.zip Binary files differindex 3a6914740..914514c7f 100644 --- a/sd/res/buttons/glas-red.zip +++ b/sd/res/buttons/glas-red.zip diff --git a/sd/res/buttons/round-gorilla.zip b/sd/res/buttons/round-gorilla.zip Binary files differindex 3f75e1180..727df6b92 100644 --- a/sd/res/buttons/round-gorilla.zip +++ b/sd/res/buttons/round-gorilla.zip diff --git a/sd/res/buttons/round-white.zip b/sd/res/buttons/round-white.zip Binary files differindex 2d2aa97db..9c5f1b2aa 100644 --- a/sd/res/buttons/round-white.zip +++ b/sd/res/buttons/round-white.zip diff --git a/sd/res/buttons/simple.zip b/sd/res/buttons/simple.zip Binary files differindex 5bb1cb5c4..60c0b0957 100644 --- a/sd/res/buttons/simple.zip +++ b/sd/res/buttons/simple.zip diff --git a/sd/res/buttons/square-blue.zip b/sd/res/buttons/square-blue.zip Binary files differindex 5db6e2a30..86c33465f 100644 --- a/sd/res/buttons/square-blue.zip +++ b/sd/res/buttons/square-blue.zip diff --git a/sd/res/buttons/square-gray.zip b/sd/res/buttons/square-gray.zip Binary files differindex 57b7d37bf..31713b797 100644 --- a/sd/res/buttons/square-gray.zip +++ b/sd/res/buttons/square-gray.zip diff --git a/sd/res/buttons/square-green.zip b/sd/res/buttons/square-green.zip Binary files differindex 3b26abce7..696222530 100644 --- a/sd/res/buttons/square-green.zip +++ b/sd/res/buttons/square-green.zip diff --git a/sd/res/buttons/square-red.zip b/sd/res/buttons/square-red.zip Binary files differindex 06f0d793f..8199cbe73 100644 --- a/sd/res/buttons/square-red.zip +++ b/sd/res/buttons/square-red.zip diff --git a/sd/res/buttons/square-yellow.zip b/sd/res/buttons/square-yellow.zip Binary files differindex a26460318..27af86075 100644 --- a/sd/res/buttons/square-yellow.zip +++ b/sd/res/buttons/square-yellow.zip 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& ) { |