[Libreoffice-commits] core.git: sd/source

Stephan Bergmann sbergman at redhat.com
Thu Sep 3 05:06:13 PDT 2015


 sd/source/ui/func/fusldlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 28650e0bcf120428d244578266acad9339a88540
Author: Stephan Bergmann <sbergman at redhat.com>
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)


More information about the Libreoffice-commits mailing list