Tag: cws_src680_dba24c User: fs Date: 2007-09-17 09:15:28+0000 Modified: dba/dbaccess/source/ui/querydesign/QueryTextView.cxx
Log: OverloadedSetText should not be necessary anymore, nowadays File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: QueryTextView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/QueryTextView.cxx?r1=1.22&r2=1.22.40.1 Delta lines: +4 -4 ------------------- --- QueryTextView.cxx 2007-07-06 08:39:14+0000 1.22 +++ QueryTextView.cxx 2007-09-17 09:15:26+0000 1.22.40.1 @@ -4,9 +4,9 @@ * * $RCSfile: QueryTextView.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.22.40.1 $ * - * last change: $Author: rt $ $Date: 2007/07/06 08:39:14 $ + * last change: $Author: fs $ $Date: 2007/09/17 09:15:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -147,7 +147,7 @@ // ----------------------------------------------------------------------------- void OQueryTextView::setStatement(const ::rtl::OUString& _rsStatement) { - m_pEdit->OverloadedSetText(_rsStatement); + m_pEdit->SetText(_rsStatement); } // ----------------------------------------------------------------------------- void OQueryTextView::copy() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
