A few minor bugfixes and improvements

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@174 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2014-09-17 07:32:31 +00:00
parent 5d82772d91
commit 2fd6ccd490
35 changed files with 129 additions and 111 deletions

View file

@ -16,11 +16,11 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
* Copyright: 2002-2012 by Henrik Just
* Copyright: 2002-2014 by Henrik Just
*
* All Rights Reserved.
*
* Version 1.2 (2012-03-12)
* Version 1.4 (2014-09-16)
*
*/
@ -434,7 +434,7 @@ public final class ConfigurationDialog extends ConfigurationDialogBase implement
sNextItems[i]=internalNames.get(sNextItems[i]);
}
}
StringBuffer list = new StringBuffer();
StringBuilder list = new StringBuilder();
for (int i=0; i<nLen; i++) {
if (i>0) list.append(';');
list.append(sNextItems[i]);