summaryrefslogtreecommitdiff
path: root/wizards/com/sun
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-14 11:44:06 +0200
committerNoel Grandin <noel@peralex.com>2015-10-14 12:05:55 +0200
commite96cb6c01ec175b9bd97341ded3e9e8e415a4110 (patch)
tree56d9aa617b0b63e4757326d704eb48cb2a034ddf /wizards/com/sun
parent7f7ca604c31a13c06d13bcce9728f4d73f8147e5 (diff)
cid#1326680 DLS: Dead local store
Change-Id: I8e1ffdfe4d20664b7c97eb2a33b570aea9b19ccf
Diffstat (limited to 'wizards/com/sun')
-rw-r--r--wizards/com/sun/star/wizards/db/CommandName.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/db/CommandName.java b/wizards/com/sun/star/wizards/db/CommandName.java
index be65ffd06b1b..91e54ed3ba25 100644
--- a/wizards/com/sun/star/wizards/db/CommandName.java
+++ b/wizards/com/sun/star/wizards/db/CommandName.java
@@ -105,9 +105,7 @@ public class CommandName
}
if (oCommandMetaData.xDBMetaData.supportsSchemasInDataManipulation())
{
- String[] NameList;
- NameList = new String[0];
- NameList = JavaTools.ArrayoutofString(_DisplayName, ".");
+ String[] NameList = JavaTools.ArrayoutofString(_DisplayName, ".");
if (NameList.length > 1)
{
SchemaName = NameList[0];