summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/source/filter/html/pubdlg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/filter/html/pubdlg.cxx b/sd/source/filter/html/pubdlg.cxx
index c79bb4383928..27189d786005 100644
--- a/sd/source/filter/html/pubdlg.cxx
+++ b/sd/source/filter/html/pubdlg.cxx
@@ -807,11 +807,11 @@ void SdPublishingDlg::GetParameterSequence( Sequence< PropertyValue >& rParams )
// Page 3
aValue.Name = "Width";
- sal_Int32 nTmpWidth = 512;
+ sal_Int32 nTmpWidth = 640;
if( pPage3_Resolution_2->IsChecked() )
- nTmpWidth = 640;
- else if( pPage3_Resolution_3->IsChecked() )
nTmpWidth = 800;
+ else if( pPage3_Resolution_3->IsChecked() )
+ nTmpWidth = 1024;
aValue.Value <<= nTmpWidth;
aProps.push_back( aValue );