Tag: cws_src680_oj14 User: oj Date: 2007-06-05 16:44:38+0000 Log: correct member ini
File Changes: Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: genericcontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/genericcontroller.cxx?r1=1.66.4.12&r2=1.66.4.13 Delta lines: +4 -4 ------------------- --- genericcontroller.cxx 2007-06-04 18:05:50+0000 1.66.4.12 +++ genericcontroller.cxx 2007-06-05 16:44:35+0000 1.66.4.13 @@ -4,9 +4,9 @@ * * $RCSfile: genericcontroller.cxx,v $ * - * $Revision: 1.66.4.12 $ + * $Revision: 1.66.4.13 $ * - * last change: $Author: oj $ $Date: 2007/06/04 18:05:50 $ + * last change: $Author: oj $ $Date: 2007/06/05 16:44:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -167,9 +167,9 @@ #ifdef DBG_UTIL ,m_bDescribingSupportedFeatures( false ) #endif + ,m_aSelectionListeners(m_aMutex) ,m_aAsyncInvalidateAll(LINK(this, OGenericUnoController, OnAsyncInvalidateAll)) ,m_aAsyncCloseTask(LINK(this, OGenericUnoController, OnAsyncCloseTask)) - ,m_aSelectionListeners(m_aMutex) ,m_xServiceFactory(_rM) ,m_pView(NULL) ,m_bPreview(sal_False) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
