Kaydet (Commit) a165aa38 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1242906 Unused value

Change-Id: I7a282e5adc60e4b123469f46fb480805377626b4
üst 62f2b370
...@@ -681,7 +681,7 @@ void SdPublishingDlg::GetParameterSequence( Sequence< PropertyValue >& rParams ) ...@@ -681,7 +681,7 @@ void SdPublishingDlg::GetParameterSequence( Sequence< PropertyValue >& rParams )
HtmlPublishMode ePublishMode; HtmlPublishMode ePublishMode;
if (pPage2_Frames->IsChecked()) if (pPage2_Frames->IsChecked())
ePublishMode = PUBLISH_FRAMES; ePublishMode = PUBLISH_FRAMES;
if (pPage2_SingleDocument->IsChecked()) else if (pPage2_SingleDocument->IsChecked())
ePublishMode = PUBLISH_SINGLE_DOCUMENT; ePublishMode = PUBLISH_SINGLE_DOCUMENT;
else if (pPage2_Kiosk->IsChecked()) else if (pPage2_Kiosk->IsChecked())
ePublishMode = PUBLISH_KIOSK; ePublishMode = PUBLISH_KIOSK;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment