From c4c84d836c15834c98da95b2b1f3f59434e384ce Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 28 Aug 2007 09:24:48 +0000 Subject: 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 --- svx/source/dialog/cuifmsearch.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'svx') 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; -- cgit