Kaydet (Commit) 28650e0b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:stringconstant

Change-Id: If164df816050b88c74f131dd3afa7671496023a5
üst 10199478
...@@ -126,7 +126,7 @@ void FuSlideShowDlg::DoExecute( SfxRequest& ) ...@@ -126,7 +126,7 @@ void FuSlideShowDlg::DoExecute( SfxRequest& )
bValuesChanged = true; bValuesChanged = true;
rPresentationSettings.mbAll = bValue; rPresentationSettings.mbAll = bValue;
// remove any previous existing slide // remove any previous existing slide
rPresentationSettings.maPresPage = ""; rPresentationSettings.maPresPage.clear();
} }
if (!rPresentationSettings.mbAll) if (!rPresentationSettings.mbAll)
......
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