Some minor edits prior to 1.6 beta release
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@269 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
3d079375d1
commit
3f39190386
9 changed files with 23 additions and 27 deletions
|
@ -16,11 +16,11 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||||
* MA 02111-1307 USA
|
||||
*
|
||||
* Copyright: 2002-2015 by Henrik Just
|
||||
* Copyright: 2002-2018 by Henrik Just
|
||||
*
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Version 1.6 (2015-05-28)
|
||||
* Version 1.6 (2018-03-06)
|
||||
*
|
||||
*/
|
||||
package org.openoffice.da.comp.w2lcommon.filter;
|
||||
|
@ -160,7 +160,7 @@ public class UNOPublisher {
|
|||
|
||||
/** Post process the document after conversion.
|
||||
*
|
||||
* @param format URL of the converted document
|
||||
* @param sTargetURL URL of the converted document
|
||||
* @param format the target format
|
||||
*/
|
||||
protected void postProcess(String sTargetURL, TargetFormat format) {
|
||||
|
|
|
@ -16,11 +16,11 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||||
* MA 02111-1307 USA
|
||||
*
|
||||
* Copyright: 2002-2015 by Henrik Just
|
||||
* Copyright: 2002-2018 by Henrik Just
|
||||
*
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Version 1.6 (2015-05-29)
|
||||
* Version 1.6 (2018-03-06)
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -151,7 +151,7 @@ public class ExternalApps {
|
|||
/** Define to use the system's default for an external application. This is only possible if the application is a viewer,
|
||||
* otherwise setting the value to true will be ignored
|
||||
* @param sAppName the name of the application
|
||||
* @param sUseDefault flag defining whether or not to use the default
|
||||
* @param bUseDefault flag defining whether or not to use the default
|
||||
*/
|
||||
public void setUseDefaultApplication(String sAppName, boolean bUseDefault) {
|
||||
if (bUseDefault && isViewer(sAppName)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue