summaryrefslogtreecommitdiff
path: root/svx/inc/srchdlg.hxx
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2001-09-04 10:17:11 +0000
committergt <gt@openoffice.org>2001-09-04 10:17:11 +0000
commitf5948dc98e848487d8480e60c8f86ecf2f670f0b (patch)
tree14a567cde21c702f2edfbf49d1deda4454805802 /svx/inc/srchdlg.hxx
parent0d3096a0eb198f0942e7f038f65ec855e95cc1f8 (diff)
#90370# Attribute Display uses FixedText instead of MultiLineEdit
Diffstat (limited to 'svx/inc/srchdlg.hxx')
-rw-r--r--svx/inc/srchdlg.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/inc/srchdlg.hxx b/svx/inc/srchdlg.hxx
index d233e2cd0e..a692b53d55 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;