summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/Helper.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-15 14:26:02 +0200
committerNoel Grandin <noel@peralex.com>2014-10-16 08:15:47 +0200
commitfa652cdd2314f485359119a8ff081a7afd1c01b0 (patch)
tree4456e10a996e3a85642df37bc473ba5c13b4094b /wizards/com/sun/star/wizards/common/Helper.java
parent48633151ff104e867bae6fcd403a2c8d4a87b509 (diff)
java: no need to explicitly code default constructors
the compiler will do it automatically Change-Id: I6ee57c3500a4c1c1b96919a69b569686e6c0ead9
Diffstat (limited to 'wizards/com/sun/star/wizards/common/Helper.java')
-rw-r--r--wizards/com/sun/star/wizards/common/Helper.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/wizards/com/sun/star/wizards/common/Helper.java b/wizards/com/sun/star/wizards/common/Helper.java
index 798378e7e359..9b62dd081b26 100644
--- a/wizards/com/sun/star/wizards/common/Helper.java
+++ b/wizards/com/sun/star/wizards/common/Helper.java
@@ -36,11 +36,6 @@ import com.sun.star.util.XNumberFormatter;
public class Helper
{
- /** Creates a new instance of Helper */
- public Helper()
- {
- }
-
public static long convertUnoDatetoInteger(com.sun.star.util.Date DateValue)
{
java.util.Calendar oCal = java.util.Calendar.getInstance();