diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:34:14 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 10:34:14 +0000 |
commit | 167ad9228539257270a42fdfc57807cac1b3e290 (patch) | |
tree | e2652996e7581602f901c359e911b4f7c73ed266 /sfx2 | |
parent | e5e2647c430f844dfd1741512dab8ffd8f66f029 (diff) |
INTEGRATION: CWS odfversion12_DEV300 (1.4.698); FILE MERGED
2008/03/03 16:30:00 pb 1.4.698.1: fix: #i86649# height of a row fixed
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/alienwarn.hrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/dialog/alienwarn.hrc b/sfx2/source/dialog/alienwarn.hrc index 5cbf8313dc77..2a17cd066b42 100644 --- a/sfx2/source/dialog/alienwarn.hrc +++ b/sfx2/source/dialog/alienwarn.hrc @@ -4,9 +4,9 @@ * * $RCSfile: alienwarn.hrc,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:11:33 $ + * last change: $Author: rt $ $Date: 2008-03-12 11:34:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,7 +61,7 @@ #define AW_ROW_1 (RSC_SP_DLG_INNERBORDER_TOP) #define AW_ROW_2 (AW_ROW_1+INFO_TEXT_LINES*RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_CTRL_Y) #define AW_ROW_3 (AW_ROW_2+RSC_CD_PUSHBUTTON_HEIGHT+RSC_SP_CTRL_DESC_Y) -#define AW_ROW_4 (AW_ROW_3+RSC_CD_FIXEDLINE_HEIGHT) +#define AW_ROW_4 (AW_ROW_3+RSC_CD_FIXEDLINE_HEIGHT+RSC_SP_CTRL_DESC_Y) #define DIALOG_HEIGHT (AW_ROW_4+RSC_CD_CHECKBOX_HEIGHT+RSC_SP_DLG_INNERBORDER_BOTTOM) |