Tag: cws_src680_hsqlcsv User: fs Date: 2006/10/11 01:52:51 Modified: dba/dbaccess/source/ui/app/AppView.hxx
Log: RESYNC: (1.9-1.11); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppView.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppView.hxx?r1=1.9.34.1&r2=1.9.34.2 Delta lines: +8 -9 ------------------- --- AppView.hxx 14 Sep 2006 11:53:32 -0000 1.9.34.1 +++ AppView.hxx 11 Oct 2006 08:52:48 -0000 1.9.34.2 @@ -255,8 +255,7 @@ */ SvLBoxEntry* elementAdded(ElementType _eType ,const ::rtl::OUString& _rName - ,const ::com::sun::star::uno::Any& _rObject - ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConn = NULL); + ,const ::com::sun::star::uno::Any& _rObject ); /** replaces a objects name with a new one @param _eType @@ -267,11 +266,12 @@ The new name of the object to be replaced @param _rxConn If we insert a table, the connection must be set. + @param _xObject + The object which was replaced */ void elementReplaced(ElementType eType ,const ::rtl::OUString& _rOldName - ,const ::rtl::OUString& _rNewName - ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConn = NULL); + ,const ::rtl::OUString& _rNewName ); /** removes an element from the detail page. @param _eType @@ -282,8 +282,7 @@ If we remove a table, the connection must be set. */ void elementRemoved(ElementType _eType - ,const ::rtl::OUString& _rName - ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConn); + ,const ::rtl::OUString& _rName ); /** clears the selection in the icon choice control and calls the handler */ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
