diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-21 09:01:12 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-21 09:01:12 +0000 |
commit | 2cb8563909630b4e08f871dc74436ee4ceb7af65 (patch) | |
tree | 46e16975d1e581deff8b9e37e2be6fbefaa8eb7d | |
parent | c665df3a924d6fd91ae5c4902b8c78da7ad5d363 (diff) |
INTEGRATION: CWS vertcell (1.5.34); FILE MERGED
2004/02/10 09:50:07 os 1.5.34.1: #i25068# vertical text in table cells
-rw-r--r-- | sw/source/ui/table/tabledlg.hrc | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sw/source/ui/table/tabledlg.hrc b/sw/source/ui/table/tabledlg.hrc index 0123d5566a..1aa466aa56 100644 --- a/sw/source/ui/table/tabledlg.hrc +++ b/sw/source/ui/table/tabledlg.hrc @@ -2,9 +2,9 @@ * * $RCSfile: tabledlg.hrc,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2004-01-13 11:28:10 $ + * last change: $Author: svesik $ $Date: 2004-04-21 10:01:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -135,8 +135,7 @@ #define CB_SPLIT_ROW 146 #define FL_VERT_ORIENT 140 -#define RB_VERT_TOP 141 -#define RB_VERT_CENTER 142 -#define RB_VERT_BOTTOM 143 - #define RB_FROM_LEFT 144 + +#define FT_VERTORIENT 150 +#define LB_VERTORIENT 151 |