diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-09-10 21:32:29 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-09-10 21:33:21 +0200 |
commit | 304247bbfd5bb46fc72bb2ed39711f6fc60ffef4 (patch) | |
tree | c1aa828cef81e6b36010133ae64e2599fee45d38 /wizards | |
parent | 7017654a70f7e55e5c608a196b58eeb3d859c066 (diff) |
fdo#54542 fix start of table wizard IDs
Change-Id: I82f811d45333b5b9ee4ecccccf8b18831f0e6397
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/ui/UIConsts.java | 2 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/ui/UIConsts.py | 2 | ||||
-rw-r--r-- | 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 |