From 304247bbfd5bb46fc72bb2ed39711f6fc60ffef4 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Mon, 10 Sep 2012 21:32:29 +0200 Subject: [PATCH] fdo#54542 fix start of table wizard IDs Change-Id: I82f811d45333b5b9ee4ecccccf8b18831f0e6397 --- wizards/com/sun/star/wizards/ui/UIConsts.java | 2 +- wizards/com/sun/star/wizards/ui/UIConsts.py | 2 +- wizards/source/formwizard/dbwizres.src | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wizards/com/sun/star/wizards/ui/UIConsts.java b/wizards/com/sun/star/wizards/ui/UIConsts.java index ec99ea96d556..4d72278dbf97 100644 --- a/wizards/com/sun/star/wizards/ui/UIConsts.java +++ b/wizards/com/sun/star/wizards/ui/UIConsts.java @@ -29,7 +29,7 @@ public interface UIConsts public static final int RID_FORM = 2200; public static final int RID_QUERY = 2300; public static final int RID_REPORT = 2400; - public static final int RID_TABLE = 2500; + public static final int RID_TABLE = 2600; public static final int RID_IMG_REPORT = 1000; public static final int RID_IMG_FORM = 1100; public static final int RID_IMG_WEB = 1200; diff --git a/wizards/com/sun/star/wizards/ui/UIConsts.py b/wizards/com/sun/star/wizards/ui/UIConsts.py index 4a234a7da8b8..64c4dee42638 100644 --- a/wizards/com/sun/star/wizards/ui/UIConsts.py +++ b/wizards/com/sun/star/wizards/ui/UIConsts.py @@ -22,7 +22,7 @@ class UIConsts(): RID_FORM = 2200 RID_QUERY = 2300 RID_REPORT = 2400 - RID_TABLE = 2500 + RID_TABLE = 2600 RID_IMG_REPORT = 1000 RID_IMG_FORM = 1100 RID_IMG_WEB = 1200 diff --git a/wizards/source/formwizard/dbwizres.src b/wizards/source/formwizard/dbwizres.src index 81965a92b461..19063ae558dd 100644 --- a/wizards/source/formwizard/dbwizres.src +++ b/wizards/source/formwizard/dbwizres.src @@ -24,7 +24,7 @@ #define RID_DB_FORM_WIZARD_START 2200 #define RID_DB_QUERY_WIZARD_START 2300 #define RID_DB_REPORT_WIZARD_START 2400 -#define RID_DB_TABLE_WIZARD_START 2525 +#define RID_DB_TABLE_WIZARD_START 2600 #define RID_LETTERWIZARDDIALOG_START 3000