summaryrefslogtreecommitdiff
path: root/testgraphical/ui/java/ConvwatchGUIProject/src
diff options
context:
space:
mode:
Diffstat (limited to 'testgraphical/ui/java/ConvwatchGUIProject/src')
-rw-r--r--testgraphical/ui/java/ConvwatchGUIProject/src/ConvwatchGUI.java10
-rw-r--r--testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java4
2 files changed, 7 insertions, 7 deletions
diff --git a/testgraphical/ui/java/ConvwatchGUIProject/src/ConvwatchGUI.java b/testgraphical/ui/java/ConvwatchGUIProject/src/ConvwatchGUI.java
index 625e7b80c6e0..05b79cb9ab05 100644
--- a/testgraphical/ui/java/ConvwatchGUIProject/src/ConvwatchGUI.java
+++ b/testgraphical/ui/java/ConvwatchGUIProject/src/ConvwatchGUI.java
@@ -10,7 +10,7 @@ import javax.swing.SwingWorker;
**************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-*
+*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -167,7 +167,7 @@ public class ConvwatchGUI extends javax.swing.JFrame
}
// private int m_nOldWidth;
-
+
/** This method is called from within the constructor to
* initialize the form.
* WARNING: Do NOT modify this code. The content of this method is
@@ -479,7 +479,7 @@ public class ConvwatchGUI extends javax.swing.JFrame
Image aImage = m_aImageIcon.getImage().getScaledInstance(w, h, Image.SCALE_AREA_AVERAGING); // SCALE_SMOOTH
final ImageIcon aIcon = new ImageIcon(aImage);
// m_jLabel.setIcon(aIcon);
- return aIcon;
+ return aIcon;
}
@Override
@@ -492,7 +492,7 @@ public class ConvwatchGUI extends javax.swing.JFrame
catch (Exception e)
{}
}
-
+
}
/**
@@ -502,7 +502,7 @@ public class ConvwatchGUI extends javax.swing.JFrame
{
// Start GUI
-
+
java.awt.EventQueue.invokeLater(new Runnable()
{
diff --git a/testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java b/testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java
index 20cede5b1c33..903e370fa622 100644
--- a/testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java
+++ b/testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -587,7 +587,7 @@ public class IniFile implements Enumeration
// }
// sLocalValue = replaceEvaluatedKey(_sSection, sLocalValue);
// sLocalValue = replaceEvaluatedKey("global", sLocalValue);
- //
+ //
// return sLocalValue;
// }
public void removeSection(String _sSectionToRemove)