From 5ac427963ab45af356ba0aa9da006847e0c7b32e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 14 Oct 2015 11:57:14 +0200 Subject: cid#1326682 DLS: Dead local store Change-Id: I9dba5d1eb710ab21258ca19789274ca1b75e53ca --- wizards/com/sun/star/wizards/report/ReportTextDocument.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'wizards') 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), "
"); - String sMsgEndAutopilot = oResource.getResText(UIConsts.RID_DB_COMMON + 33); - sMsgTableNotExisting = sMsgTableNotExisting + (char) 13 + sMsgEndAutopilot; bIsCurLandscape = true; getReportPageStyles(); } -- cgit