summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-08-28 09:24:48 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-08-28 09:24:48 +0000
commitc4c84d836c15834c98da95b2b1f3f59434e384ce (patch)
tree9ad1220e2b301cb0ee48a775058a0d393223d31f /svx
parent0a1b6502b4d9fd1d90d7ff1e4a95659c895fd7e5 (diff)
INTEGRATION: CWS fmsrcres_SRC680 (1.7.18); FILE MERGED
2007/08/21 08:43:51 fs 1.7.18.1: #80555# workaround, don't load 'Search' and 'Cancel' string from the semicolon-separated resource strings
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/cuifmsearch.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/dialog/cuifmsearch.hxx b/svx/source/dialog/cuifmsearch.hxx
index 12c5bc2c8225..ad2619cd19bd 100644
--- a/svx/source/dialog/cuifmsearch.hxx
+++ b/svx/source/dialog/cuifmsearch.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cuifmsearch.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2007-08-03 15:50:03 $
+ * last change: $Author: vg $ $Date: 2007-08-28 10:24:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -132,6 +132,8 @@ class FmSearchDialog : public ModalDialog
PushButton m_pbSearchAgain;
CancelButton m_pbClose;
HelpButton m_pbHelp;
+ String m_sSearch;
+ String m_sCancel;
Window* m_pPreSearchFocus;