[Libreoffice-commits] core.git: basctl/source
Stephan Bergmann
sbergman at redhat.com
Mon Jul 4 06:22:58 UTC 2016
basctl/source/basicide/moduldl2.cxx | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
New commits:
commit f904bd567facfe29c81f99100f924e3cd1385312
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Jul 4 08:22:25 2016 +0200
loplugin:stringconcat
Change-Id: I4156d1d57d0afaa2fc7ef93370fa824b38d273e4
diff --git a/basctl/source/basicide/moduldl2.cxx b/basctl/source/basicide/moduldl2.cxx
index d7e9e56..1e22ab0 100644
--- a/basctl/source/basicide/moduldl2.cxx
+++ b/basctl/source/basicide/moduldl2.cxx
@@ -747,18 +747,18 @@ void LibPage::InsertLib()
// filter
OUString aTitle(IDEResId(RID_STR_BASIC).toString());
OUString aFilter;
- aFilter = OUString("*.sbl;*.xlc;*.xlb") // library files
- + ";*.sdw;*.sxw;*.odt" // text
- + ";*.vor;*.stw;*.ott" // text template
- + ";*.sgl;*.sxg;*.odm" // master document
- + ";*.oth" // html document template
- + ";*.sdc;*.sxc;*.ods" // spreadsheet
- + ";*.stc;*.ots" // spreadsheet template
- + ";*.sda;*.sxd;*.odg" // drawing
- + ";*.std;*.otg" // drawing template
- + ";*.sdd;*.sxi;*.odp" // presentation
- + ";*.sti;*.otp" // presentation template
- + ";*.sxm;*.odf" ; // formula
+ aFilter = "*.sbl;*.xlc;*.xlb" // library files
+ ";*.sdw;*.sxw;*.odt" // text
+ ";*.vor;*.stw;*.ott" // text template
+ ";*.sgl;*.sxg;*.odm" // master document
+ ";*.oth" // html document template
+ ";*.sdc;*.sxc;*.ods" // spreadsheet
+ ";*.stc;*.ots" // spreadsheet template
+ ";*.sda;*.sxd;*.odg" // drawing
+ ";*.std;*.otg" // drawing template
+ ";*.sdd;*.sxi;*.odp" // presentation
+ ";*.sti;*.otp" // presentation template
+ ";*.sxm;*.odf"; // formula
xFP->appendFilter( aTitle, aFilter );
// set display directory and filter
More information about the Libreoffice-commits
mailing list