summaryrefslogtreecommitdiff
path: root/sd/source
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
commite725e315399f527e63f919a9a6861066b1f41512 (patch)
tree23118286fa6c57822c6d1484b06b1b6d3b89dae7 /sd/source
parent730aeac3960b99fc238ef2d05a2268c7f9041a6b (diff)
#i109909# fixed broken button sets for html export
Notes
Notes: split repo tag: impress_ooo/DEV300_m76
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/filter/html/buttonset.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/html/buttonset.cxx b/sd/source/filter/html/buttonset.cxx
index e65a07d2e7fc..be6da8ddb74b 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& )
{