sd/source/ui/func/fusldlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 28650e0bcf120428d244578266acad9339a88540 Author: Stephan Bergmann <[email protected]> Date: Thu Sep 3 14:05:41 2015 +0200 loplugin:stringconstant Change-Id: If164df816050b88c74f131dd3afa7671496023a5 diff --git a/sd/source/ui/func/fusldlg.cxx b/sd/source/ui/func/fusldlg.cxx index 452ea9a..02804b7 100644 --- a/sd/source/ui/func/fusldlg.cxx +++ b/sd/source/ui/func/fusldlg.cxx @@ -126,7 +126,7 @@ void FuSlideShowDlg::DoExecute( SfxRequest& ) bValuesChanged = true; rPresentationSettings.mbAll = bValue; // remove any previous existing slide - rPresentationSettings.maPresPage = ""; + rPresentationSettings.maPresPage.clear(); } if (!rPresentationSettings.mbAll) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
