summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/TableDesignControl.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:13:48 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 02:13:48 +0000
commitefbdfd553697a1873b4ca44cb1bc67b46a9a8f6b (patch)
treefeedf47a3cd52d2c31043c783f1445233cefe9fe /dbaccess/source/ui/inc/TableDesignControl.hxx
parent227fe34fa679654c2f0d7ea8de4626f6669753d3 (diff)
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)
Diffstat (limited to 'dbaccess/source/ui/inc/TableDesignControl.hxx')
-rw-r--r--dbaccess/source/ui/inc/TableDesignControl.hxx10
1 files changed, 5 insertions, 5 deletions
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;