Tag: cws_src680_odbmacros2 User: fs Date: 2008-02-11 13:49:04+0000 Modified: dba/dbaccess/source/ui/misc/singledoccontroller.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: singledoccontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/singledoccontroller.cxx?r1=1.22.98.4&r2=1.22.98.5 Delta lines: +5 -5 ------------------- --- singledoccontroller.cxx 2008-02-06 21:43:23+0000 1.22.98.4 +++ singledoccontroller.cxx 2008-02-11 13:49:01+0000 1.22.98.5 @@ -4,9 +4,9 @@ * * $RCSfile: singledoccontroller.cxx,v $ * - * $Revision: 1.22.98.4 $ + * $Revision: 1.22.98.5 $ * - * last change: $Author: fs $ $Date: 2008/02/06 21:43:23 $ + * last change: $Author: fs $ $Date: 2008/02/11 13:49:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -155,11 +155,11 @@ sal_Bool m_bEditable; // is the control readonly or not sal_Bool m_bModified; // is the data modified - OSingleDocumentControllerImpl() : - m_bSuspended( sal_False ) + OSingleDocumentControllerImpl() + :m_aDocScriptSupport() + ,m_bSuspended( sal_False ) ,m_bEditable(sal_True) ,m_bModified(sal_False) - ,m_aDocScriptSupport() { } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
