Tag: cws_src680_qiq User: fs Date: 2006/06/30 06:28:52 Modified: dba/dbaccess/source/core/inc/SingleSelectQueryComposer.hxx
Log: #i51143# getQueryWithSubstitution can throw an SQLException File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: SingleSelectQueryComposer.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/SingleSelectQueryComposer.hxx?r1=1.6.20.2&r2=1.6.20.3 Delta lines: +3 -3 ------------------- --- SingleSelectQueryComposer.hxx 10 May 2006 12:40:42 -0000 1.6.20.2 +++ SingleSelectQueryComposer.hxx 30 Jun 2006 13:28:50 -0000 1.6.20.3 @@ -4,9 +4,9 @@ * * $RCSfile: SingleSelectQueryComposer.hxx,v $ * - * $Revision: 1.6.20.2 $ + * $Revision: 1.6.20.3 $ * - * last change: $Author: fs $ $Date: 2006/05/10 12:40:42 $ + * last change: $Author: fs $ $Date: 2006/06/30 13:28:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -275,7 +275,7 @@ virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > > SAL_CALL getStructuredHavingClause( ) throw (::com::sun::star::uno::RuntimeException); virtual ::rtl::OUString SAL_CALL getOrder( ) throw (::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess > SAL_CALL getOrderColumns( ) throw (::com::sun::star::uno::RuntimeException); - virtual ::rtl::OUString SAL_CALL getQueryWithSubstitution( ) throw (::com::sun::star::uno::RuntimeException); + virtual ::rtl::OUString SAL_CALL getQueryWithSubstitution( ) throw (::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); // XColumnsSupplier virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > SAL_CALL getColumns( ) throw(::com::sun::star::uno::RuntimeException); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
