From efbdfd553697a1873b4ca44cb1bc67b46a9a8f6b Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 20 Jun 2006 02:13:48 +0000 Subject: INTEGRATION: CWS warnings01 (1.7.50); FILE MERGED 2006/03/24 15:36:16 fs 1.7.50.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) --- dbaccess/source/ui/inc/TableDesignControl.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dbaccess/source/ui/inc/TableDesignControl.hxx') diff --git a/dbaccess/source/ui/inc/TableDesignControl.hxx b/dbaccess/source/ui/inc/TableDesignControl.hxx index 2a1fa5e00a6d..e00435611174 100644 --- a/dbaccess/source/ui/inc/TableDesignControl.hxx +++ b/dbaccess/source/ui/inc/TableDesignControl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: TableDesignControl.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 15:36:03 $ + * last change: $Author: hr $ $Date: 2006-06-20 03:13:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,9 +77,9 @@ namespace dbaui OTableRowView(Window* pParent); virtual ~OTableRowView(); - virtual void SetData( long nRow, USHORT nColId, const TOTypeInfoSP& _pTypeInfo ) = 0; - virtual void SetData( long nRow, USHORT nColId, const ::com::sun::star::uno::Any& _rNewData ) = 0; - virtual ::com::sun::star::uno::Any GetData( long nRow, USHORT nColId ) = 0; + virtual void SetCellData( long nRow, USHORT nColId, const TOTypeInfoSP& _pTypeInfo ) = 0; + virtual void SetCellData( long nRow, USHORT nColId, const ::com::sun::star::uno::Any& _rNewData ) = 0; + virtual ::com::sun::star::uno::Any GetCellData( long nRow, USHORT nColId ) = 0; virtual void SetControlText( long nRow, USHORT nColId, const String& rText ) = 0; virtual String GetControlText( long nRow, USHORT nColId ) = 0; -- cgit