summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java b/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java
index dbcd70bdd543..c0265af60709 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java
@@ -58,7 +58,7 @@ public class _XDataPilotDescriptor extends MultiMethodTest {
public XDataPilotDescriptor oObj = null;
CellRangeAddress CRA = new CellRangeAddress((short)1, 1, 1, 5, 5);
CellRangeAddress oldCRA = null ;
- String sTag = new String ("XDataPilotDescriptor_Tag");
+ String sTag = "XDataPilotDescriptor_Tag";
String fieldsNames[];
int fieldsAmount = 0;
int tEnvFieldsAmount = 0;