Tag: cws_dev300_odbmacros3 User: fs Date: 2008-07-23 10:07:40+0000 Modified: dba/dbaccess/source/core/dataaccess/documentevents.cxx
Log: #i76128# +OnNew (compatibility event) File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: documentevents.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/documentevents.cxx?r1=1.1.2.2&r2=1.1.2.3 Delta lines: +41 -40 --------------------- --- documentevents.cxx 2008-07-16 15:10:44+0000 1.1.2.2 +++ documentevents.cxx 2008-07-23 10:07:36+0000 1.1.2.3 @@ -7,7 +7,7 @@ * * $RCSfile: documentevents.cxx,v $ * -* $Revision: 1.1.2.2 $ +* $Revision: 1.1.2.3 $ * * This file is part of OpenOffice.org. * @@ -89,7 +89,10 @@ :m_pData( new DocumentEvents_Data( _rParent, _rMutex ) ) { static const sal_Char* s_pSupportedEventNames[] = { - "OnLoad", + "OnCreate", + "OnLoadFinished", + "OnNew", // compatibility event, see http://www.openoffice.org/issues/show_bug.cgi?id=46484 + "OnLoad", // compatibility event, see http://www.openoffice.org/issues/show_bug.cgi?id=46484 "OnSaveAs", "OnSaveAsDone", "OnSaveAsFailed", @@ -104,8 +107,6 @@ "OnViewCreated", "OnPrepareViewClosing", "OnViewClosed", - "OnCreate", - "OnLoadFinished", "OnTitleChanged" }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
