diff options
author | Björn Milcke <bm@openoffice.org> | 2001-02-05 16:00:15 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2001-02-05 16:00:15 +0000 |
commit | 848709dcf95644f1763ec815adb35cc81e82839b (patch) | |
tree | c4371b0dae598f70e678b9b33b18a4f9162e9b75 /svx/source/dialog/tabarea.hrc | |
parent | e9a262d63ff1cc09e2f4587d8065fcc637df33ed (diff) |
TabArea: Selection of type id done with listbox rather than radiobuttons
Diffstat (limited to 'svx/source/dialog/tabarea.hrc')
-rw-r--r-- | svx/source/dialog/tabarea.hrc | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/svx/source/dialog/tabarea.hrc b/svx/source/dialog/tabarea.hrc index a02895210115..b1b41ad2fa57 100644 --- a/svx/source/dialog/tabarea.hrc +++ b/svx/source/dialog/tabarea.hrc @@ -2,9 +2,9 @@ * * $RCSfile: tabarea.hrc,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:01:12 $ + * last change: $Author: bm $ $Date: 2001-02-05 17:00:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,11 +80,13 @@ #define TSB_TILE 4 #define TSB_STRETCH 5 #define TSB_ORIGINAL 6 -#define RBT_COLOR 1 -#define RBT_GRADIENT 2 -#define RBT_HATCHING 3 -#define RBT_BITMAP 4 -#define RBT_INVISIBLE 5 +#define LB_DLG_TYPE 99 +#define AREADLG_INVISIBLE 0 +#define AREADLG_COLOR 1 +#define AREADLG_GRADIENT 2 +#define AREADLG_HATCH 3 +#define AREADLG_BITMAP 4 + #define LB_COLOR 1 #define LB_GRADIENT 2 #define LB_HATCHING 3 |