Tag: cws_src680_warnings01 User: fs Date: 06/06/01 01:14:49 Modified: /dba/dbaccess/source/ui/dlg/ detailpages.cxx
Log: #i57457# warning-free code File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: detailpages.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/detailpages.cxx?r1=1.38.70.3&r2=1.38.70.4 Delta lines: +3 -3 ------------------- --- detailpages.cxx 1 Jun 2006 07:25:24 -0000 1.38.70.3 +++ detailpages.cxx 1 Jun 2006 08:14:47 -0000 1.38.70.4 @@ -4,9 +4,9 @@ * * $RCSfile: detailpages.cxx,v $ * - * $Revision: 1.38.70.3 $ + * $Revision: 1.38.70.4 $ * - * last change: $Author: fs $ $Date: 2006/06/01 07:25:24 $ + * last change: $Author: fs $ $Date: 2006/06/01 08:14:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1387,7 +1387,7 @@ { DBG_CTOR(OTextDetailsPage,NULL); - m_pTextConnectionHelper = new OTextConnectionHelper(this, PAGE_TEXT); + m_pTextConnectionHelper = new OTextConnectionHelper(this); // m_pCharset->SetZOrder(&m_aExtension, WINDOW_ZORDER_BEHIND); FreeResource(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
