loplugin:stringconcat

Change-Id: I4156d1d57d0afaa2fc7ef93370fa824b38d273e4
This commit is contained in:
Stephan Bergmann
2016-07-04 08:22:25 +02:00
parent 41051ebbc4
commit f904bd567f

View File

@@ -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