Remove some occurrences (used for test and debugging) of System.out.println
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@178 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
0746282f26
commit
751e14eb9f
13 changed files with 24 additions and 46 deletions
|
@ -697,7 +697,6 @@ public class EpubMetadataDialog extends DialogBase {
|
|||
date.Year = (short) (nDate/10000);
|
||||
date.Month = (short) ((nDate%10000)/100);
|
||||
date.Day = (short) (nDate%100);
|
||||
System.out.println(date.Year+"-"+date.Month+"-"+date.Day);
|
||||
return date;
|
||||
}*/
|
||||
|
||||
|
|
|
@ -16,11 +16,11 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
||||
* MA 02111-1307 USA
|
||||
*
|
||||
* Copyright: 2002-2011 by Henrik Just
|
||||
* Copyright: 2002-2014 by Henrik Just
|
||||
*
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* Version 1.2 (2011-06-19)
|
||||
* Version 1.4 (2014-09-24)
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -309,7 +309,6 @@ public class EpubOptionsDialog extends OptionsDialogBase {
|
|||
// Dispose the dialog after execution (to free up the memory)
|
||||
XComponent xComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, dialog);
|
||||
if (xComponent!=null) {
|
||||
System.out.println("Disposing the dialog!");
|
||||
xComponent.dispose();
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue