diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-18 15:26:21 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-18 15:26:21 +0000 |
commit | 61b39ddb364ffbe932f640a97f1a35d3f2f9b4a6 (patch) | |
tree | fdb4c7b237eab28aafb637c30f7c57738d633315 /wizards | |
parent | c73c57d70d8b51f4b826576e70a79020fd96e0ff (diff) |
INTEGRATION: CWS dbwizard4 (1.4.40); FILE MERGED
2005/03/12 18:31:45 bc 1.4.40.2: RESYNC: (1.4-1.5); FILE MERGED
2005/02/17 13:50:28 bc 1.4.40.1: ##ControlArrangement in FormWizard modified
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/ui/UIConsts.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wizards/com/sun/star/wizards/ui/UIConsts.java b/wizards/com/sun/star/wizards/ui/UIConsts.java index 3f5b8a9ebaf6..21318328e248 100644 --- a/wizards/com/sun/star/wizards/ui/UIConsts.java +++ b/wizards/com/sun/star/wizards/ui/UIConsts.java @@ -19,8 +19,12 @@ public interface UIConsts { 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_IMG_REPORT = 1000; + public static final int RID_IMG_FORM = 1100; public static final Integer INVISIBLESTEP = new Integer(99); public static final String INFOIMAGEURL = "private:resource/dbu/image/19205"; + public static final String INFOIMAGEURL_HC = "private:resource/dbu/image/19230"; + /** * The tabindex of the navigation buttons in a wizard must be assigned a very |