diff options
author | gt <gt@openoffice.org> | 2001-09-04 10:17:11 +0000 |
---|---|---|
committer | gt <gt@openoffice.org> | 2001-09-04 10:17:11 +0000 |
commit | 139ebe485702311f00ad9a3f23469905a54853c0 (patch) | |
tree | 94a34ab170859ccfa4ef72b393ad5b2c6427e9db /svx/inc | |
parent | 5305e64128b18e06d7ed79ea18c3980641106d1a (diff) |
#90370# Attribute Display uses FixedText instead of MultiLineEdit
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/srchdlg.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/inc/srchdlg.hxx b/svx/inc/srchdlg.hxx index 1884aee67a84..cff3739437d7 100644 --- a/svx/inc/srchdlg.hxx +++ b/svx/inc/srchdlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: srchdlg.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: fme $ $Date: 2001-05-15 11:55:05 $ + * last change: $Author: gt $ $Date: 2001-09-04 11:17:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -217,13 +217,17 @@ private: ComboBox aSearchLB; ListBox aSearchTmplLB; FixedInfo aSearchAttrText; +#if SUPD < 641 || defined( GT_DEBUG ) MultiLineEdit aSearchFormatsED; +#endif FixedText aReplaceText; ComboBox aReplaceLB; ListBox aReplaceTmplLB; FixedInfo aReplaceAttrText; +#if SUPD < 641 || defined( GT_DEBUG ) MultiLineEdit aReplaceFormatsED; +#endif PushButton aSearchAllBtn; PushButton aSearchBtn; |