Tag: cws_src680_dba204b User: oj Date: 2006/07/10 01:00:21 Modified: dba/dbaccess/source/core/inc/warnings.hxx dba/dbaccess/source/core/inc/column.hxx
Log: add 2 virtual dtors File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: warnings.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/warnings.hxx?r1=1.4&r2=1.4.38.1 Delta lines: +4 -3 ------------------- --- warnings.hxx 4 May 2006 08:38:53 -0000 1.4 +++ warnings.hxx 10 Jul 2006 08:00:18 -0000 1.4.38.1 @@ -4,9 +4,9 @@ * * $RCSfile: warnings.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.38.1 $ * - * last change: $Author: rt $ $Date: 2006/05/04 08:38:53 $ + * last change: $Author: oj $ $Date: 2006/07/10 08:00:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -79,6 +79,7 @@ :m_xExternalWarnings( _rxExternalWarnings ) { } + virtual ~WarningsContainer(){} // IWarningsContainer virtual void appendWarning(const ::com::sun::star::sdbc::SQLException& _rWarning); File [changed]: column.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/column.hxx?r1=1.26&r2=1.26.10.1 Delta lines: +4 -4 ------------------- --- column.hxx 20 Jun 2006 02:46:37 -0000 1.26 +++ column.hxx 10 Jul 2006 08:00:19 -0000 1.26.10.1 @@ -4,9 +4,9 @@ * * $RCSfile: column.hxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.26.10.1 $ * - * last change: $Author: hr $ $Date: 2006/06/20 02:46:37 $ + * last change: $Author: oj $ $Date: 2006/07/10 08:00:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -221,7 +221,7 @@ // Setting of values public: OColumnSettings(); - ~OColumnSettings(); + virtual ~OColumnSettings(); sal_Bool SAL_CALL convertFastPropertyValue( ::com::sun::star::uno::Any & rConvertedValue, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
