From c31dbdb732ecbbc52aa13d96646e10e4056fb316 Mon Sep 17 00:00:00 2001 From: "Ocke Janssen [oj]" Date: Mon, 15 Feb 2010 10:17:22 +0100 Subject: dba33f: fix import order --- .../com/sun/star/report/pentaho/output/text/VariablesDeclarations.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'reportbuilder/java/com/sun/star/report/pentaho/output/text/VariablesDeclarations.java') diff --git a/reportbuilder/java/com/sun/star/report/pentaho/output/text/VariablesDeclarations.java b/reportbuilder/java/com/sun/star/report/pentaho/output/text/VariablesDeclarations.java index a348fb9b67fb..e06df0255c11 100644 --- a/reportbuilder/java/com/sun/star/report/pentaho/output/text/VariablesDeclarations.java +++ b/reportbuilder/java/com/sun/star/report/pentaho/output/text/VariablesDeclarations.java @@ -30,11 +30,12 @@ package com.sun.star.report.pentaho.output.text; import java.util.HashMap; -import java.util.Map; import java.util.Iterator; +import java.util.Map; import org.jfree.report.util.AttributeNameGenerator; + /** * A collection that holds all used variables. A variable is primarily keyed by * its original name. If a variable contains more than one type, it is also -- cgit