Tag: cws_src680_hsqlcsv User: fs Date: 2006/10/11 01:51:34 Modified: dba/dbaccess/source/ui/app/AppDetailView.hxx
Log: RESYNC: (1.11-1.13); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailView.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailView.hxx?r1=1.11.120.2&r2=1.11.120.3 Delta lines: +8 -9 ------------------- --- AppDetailView.hxx 18 Sep 2006 13:54:13 -0000 1.11.120.2 +++ AppDetailView.hxx 11 Oct 2006 08:51:31 -0000 1.11.120.3 @@ -268,8 +268,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 @@ -280,11 +279,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 @@ -295,8 +295,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 PreviewMode getPreviewMode(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
