From 848709dcf95644f1763ec815adb35cc81e82839b Mon Sep 17 00:00:00 2001 From: Björn Milcke Date: Mon, 5 Feb 2001 16:00:15 +0000 Subject: TabArea: Selection of type id done with listbox rather than radiobuttons --- svx/source/dialog/tabarea.hrc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'svx/source/dialog/tabarea.hrc') 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 -- cgit