summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-14 11:57:14 +0200
committerNoel Grandin <noel@peralex.com>2015-10-14 12:09:12 +0200
commit5ac427963ab45af356ba0aa9da006847e0c7b32e (patch)
treeac78547744a15f231e4993c115b6c81cf9ab9afe /wizards
parent8f60da0a29744d456cb074af05aeb4b40d1774fa (diff)
cid#1326682 DLS: Dead local store
Change-Id: I9dba5d1eb710ab21258ca19789274ca1b75e53ca
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/report/ReportTextDocument.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/report/ReportTextDocument.java b/wizards/com/sun/star/wizards/report/ReportTextDocument.java
index ec6120936b53..4fe8991c6513 100644
--- a/wizards/com/sun/star/wizards/report/ReportTextDocument.java
+++ b/wizards/com/sun/star/wizards/report/ReportTextDocument.java
@@ -100,11 +100,8 @@ class ReportTextDocument extends com.sun.star.wizards.text.TextDocument implemen
long lDateCorrection = oNumberFormatter.getNullDateCorrection();
oNumberFormatter.setBooleanReportDisplayNumberFormat();
oNumberFormatter.setNullDateCorrection(lDateCorrection);
- String sMsgTableNotExisting = oResource.getResText(UIConsts.RID_REPORT + 61);
sMsgCommonReportError = oResource.getResText(UIConsts.RID_REPORT + 72);
sMsgCommonReportError = JavaTools.replaceSubString(sMsgCommonReportError, String.valueOf((char) 13), "<BR>");
- String sMsgEndAutopilot = oResource.getResText(UIConsts.RID_DB_COMMON + 33);
- sMsgTableNotExisting = sMsgTableNotExisting + (char) 13 + sMsgEndAutopilot;
bIsCurLandscape = true;
getReportPageStyles();
}