diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-02-10 07:56:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-02-10 07:56:29 +0000 |
commit | 53f6feeda1dc2839e5e92fe90e93106e7731f03f (patch) | |
tree | 2bfe19abacded36fa8b106c99cdf424c36a13088 /svx/source/dialog/srchdlg.hrc | |
parent | de1ef72359722e15752ba63a3c7c5327d5672928 (diff) |
INTEGRATION: CWS c09v001 (1.7.206); FILE MERGED
2006/01/19 10:43:51 os 1.7.206.1: #130414# extend search dialog to support two external commands
Diffstat (limited to 'svx/source/dialog/srchdlg.hrc')
-rw-r--r-- | svx/source/dialog/srchdlg.hrc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/dialog/srchdlg.hrc b/svx/source/dialog/srchdlg.hrc index e2f5c43ed15b..0a5a5db826d5 100644 --- a/svx/source/dialog/srchdlg.hrc +++ b/svx/source/dialog/srchdlg.hrc @@ -4,9 +4,9 @@ * * $RCSfile: srchdlg.hrc,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 22:04:22 $ + * last change: $Author: rt $ $Date: 2006-02-10 08:56:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -56,6 +56,9 @@ #define CB_MATCH_CASE 25 #define CB_WHOLE_WORDS 26 +#define FL_SEARCH_COMPONENT 27 +#define BTN_COMPONENT_1 28 +#define BTN_COMPONENT_2 29 #define FL_BUTTONS 30 #define BTN_MORE 31 |