diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-09-03 14:05:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-09-03 14:05:41 +0200 |
commit | 28650e0bcf120428d244578266acad9339a88540 (patch) | |
tree | 4fdaa1e6e11f77658a8cce6b07315aff5fafd036 | |
parent | 10199478b841a87e6436996bde221e424d1df708 (diff) |
loplugin:stringconstant
Change-Id: If164df816050b88c74f131dd3afa7671496023a5
-rw-r--r-- | sd/source/ui/func/fusldlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fusldlg.cxx b/sd/source/ui/func/fusldlg.cxx index 452ea9a22610..02804b71a55b 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) |