Tag: cws_src680_dba24a User: fs Date: 2007-07-23 12:16:54+0000 Modified: dba/dbaccess/source/ui/inc/TableCopyHelper.hxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: TableCopyHelper.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/TableCopyHelper.hxx?r1=1.5.170.1&r2=1.5.170.2 Delta lines: +3 -3 ------------------- --- TableCopyHelper.hxx 2007-07-23 11:59:02+0000 1.5.170.1 +++ TableCopyHelper.hxx 2007-07-23 12:16:51+0000 1.5.170.2 @@ -4,9 +4,9 @@ * * $RCSfile: TableCopyHelper.hxx,v $ * - * $Revision: 1.5.170.1 $ + * $Revision: 1.5.170.2 $ * - * last change: $Author: fs $ $Date: 2007/07/23 11:59:02 $ + * last change: $Author: fs $ $Date: 2007/07/23 12:16:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -224,7 +224,7 @@ inline void SetDefaultTableName(const ::rtl::OUString &_sDefaultTableName){ m_sDefaultTableName = _sDefaultTableName ; } inline ::rtl::OUString GetDefaultTableName() const { return m_sDefaultTableName ;} - inline sal_Bool SetIsSelectCopytable(sal_Bool isSelect){ m_bSelectCopyTable = isSelect;} + inline void SetIsSelectCopytable(sal_Bool isSelect){ m_bSelectCopyTable = isSelect;} sal_Bool GetIsSelectCopytable(){ return m_bSelectCopyTable; } //dyf add end --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
