Tag: cws_src680_warnings01 User: fs Date: 06/06/14 05:48:17 Modified: /dba/connectivity/inc/connectivity/ PColumn.hxx
Log: #i10000# File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: PColumn.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/PColumn.hxx?r1=1.12.30.1&r2=1.12.30.2 Delta lines: +6 -2 ------------------- --- PColumn.hxx 16 Nov 2005 12:58:40 -0000 1.12.30.1 +++ PColumn.hxx 14 Jun 2006 12:48:15 -0000 1.12.30.2 @@ -4,9 +4,9 @@ * * $RCSfile: PColumn.hxx,v $ * - * $Revision: 1.12.30.1 $ + * $Revision: 1.12.30.2 $ * - * last change: $Author: fs $ $Date: 2005/11/16 12:58:40 $ + * last change: $Author: fs $ $Date: 2006/06/14 12:48:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -90,6 +90,8 @@ ::rtl::OUString getTableName() const { return m_aTableName; } sal_Bool getFunction() const { return m_bFunction; } sal_Bool getDbasePrecisionChanged() const { return m_bDbasePrecisionChanged; } + private: + using OParseColumn_BASE::createArrayHelper; }; class OOrderColumn; @@ -124,6 +126,8 @@ virtual void construct(); virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) throw(::com::sun::star::uno::RuntimeException); + private: + using OOrderColumn_BASE::createArrayHelper; }; } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
