diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-20 13:34:51 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-20 13:34:51 +0000 |
commit | eaea529e02f718421d8e2c56ad83b368a68333f0 (patch) | |
tree | 0bdc3d5260dee5d9bf60e9a3e1e16c5cef46e71c /svx | |
parent | fbed6085f8541def532c6132b8731bfb2a8dab8b (diff) |
INTEGRATION: CWS ab51 (1.5.42); FILE MERGED
2008/05/06 15:44:26 ab 1.5.42.1: #i88690# New Checkbox CB_EBAS_EXECTBL
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/optfltr.hrc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/svx/source/dialog/optfltr.hrc b/svx/source/dialog/optfltr.hrc index c0a1c7ad1fb9..dad722916860 100644 --- a/svx/source/dialog/optfltr.hrc +++ b/svx/source/dialog/optfltr.hrc @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: optfltr.hrc,v $ - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -39,9 +39,10 @@ #define CB_WBAS_CODE 1 #define CB_WBAS_STG 2 #define CB_EBAS_CODE 3 -#define CB_EBAS_STG 4 -#define CB_PBAS_CODE 5 -#define CB_PBAS_STG 6 +#define CB_EBAS_EXECTBL 4 +#define CB_EBAS_STG 5 +#define CB_PBAS_CODE 6 +#define CB_PBAS_STG 7 #define CLB_SETTINGS 1 #define ST_CHG_MATH 1 |