| author | pshi | 2012-01-12 22:18:44 (EST) |
|---|---|---|
| committer | mwu | 2012-01-12 22:18:44 (EST) |
| commit | 1ff3ac1cb72051344cb9c31eca8c6b53fa11ddea (patch) (side-by-side diff) | |
| tree | 1510c3198d7f940a106c79a679c869d011073434 | |
| parent | 7c752aacb0f2dcd3c8b98c6e93077e3b69141ebb (diff) | |
| download | org.eclipse.birt-1ff3ac1cb72051344cb9c31eca8c6b53fa11ddea.zip org.eclipse.birt-1ff3ac1cb72051344cb9c31eca8c6b53fa11ddea.tar.gz org.eclipse.birt-1ff3ac1cb72051344cb9c31eca8c6b53fa11ddea.tar.bz2 | |
fix ted 46642
2 files changed, 2 insertions, 2 deletions
diff --git a/data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/timeFunction/TimeFunctionManager.java b/data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/timeFunction/TimeFunctionManager.java index fd99c55..e76efc2 100644 --- a/data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/timeFunction/TimeFunctionManager.java +++ b/data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/api/timeFunction/TimeFunctionManager.java @@ -176,7 +176,7 @@ public class TimeFunctionManager // availableFunctions.add( handle.getFunction( IBuildInBaseTimeFunction.TRAILING_60_DAYS ) );
// availableFunctions.add( handle.getFunction( IBuildInBaseTimeFunction.TRAILING_90_DAYS ) );
// availableFunctions.add( handle.getFunction( IBuildInBaseTimeFunction.TRAILING_120_DAYS ) );
-// periodType.add( new Period_Type( IArgumentInfo.Period_Type.Period_Type_ENUM.DAY, locale ) );
+ periodType.add( new Period_Type( IArgumentInfo.Period_Type.Period_Type_ENUM.DAY, locale ) );
}
availableFunctions.add( new BaseTimeFunction( handle.getFunction( IBuildInBaseTimeFunction.CURRENT_PERIOD_FROM_N_PERIOD_AGO ),
diff --git a/data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/i18n/Messages.properties b/data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/i18n/Messages.properties index a20d5af..86b64ab 100644 --- a/data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/i18n/Messages.properties +++ b/data/org.eclipse.birt.report.data.adapter/src/org/eclipse/birt/report/data/adapter/i18n/Messages.properties @@ -49,7 +49,7 @@ timeFunction.CURRENT_MONTH.description = Calculate the specified metric for curr timeFunction.PREVIOUS_MONTH.name = Previous Month timeFunction.PREVIOUS_MONTH.description = Calculate the specified metric for previous N month timeFunction.PREVIOUS_WEEK_TO_DATE.name = Previous Week to Date -timeFunction.PREVIOUS_WEEK_TO_DATE.description = Calculate the specified metric for week to date of previous N month +timeFunction.PREVIOUS_WEEK_TO_DATE.description = Calculate the specified metric for week to date of previous N week timeFunction.PREVIOUS_MONTH_TO_DATE.name = Previous Month to Date timeFunction.PREVIOUS_MONTH_TO_DATE.description = Calculate the specified metric for month to date of previous N month timeFunction.PREVIOUS_QUARTER.name = Previous Quarter |

