Tag: cws_src680_hsqlcsv User: fs Date: 2006/10/11 01:51:13 Modified: dba/dbaccess/source/ui/app/AppDetailPageHelper.hxx
Log: RESYNC: (1.10-1.11); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailPageHelper.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailPageHelper.hxx?r1=1.10.12.4&r2=1.10.12.5 Delta lines: +6 -9 ------------------- --- AppDetailPageHelper.hxx 18 Sep 2006 20:19:00 -0000 1.10.12.4 +++ AppDetailPageHelper.hxx 11 Oct 2006 08:51:10 -0000 1.10.12.5 @@ -318,8 +318,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 @@ -333,8 +332,7 @@ */ void elementReplaced(ElementType eType ,const ::rtl::OUString& _rOldName - ,const ::rtl::OUString& _rNewName - ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConn ); + ,const ::rtl::OUString& _rNewName ); /** removes an element from the detail page. @param _eType @@ -345,8 +343,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 ); /// returns the preview mode --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
