summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/sbagrid.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-06-29 07:45:10 +0000
committerFrank Schönheit <fs@openoffice.org>2001-06-29 07:45:10 +0000
commit5e77830733e0618f2918693e5176cb69c091efb6 (patch)
tree56970b40a87cd8a5798974b6205e4d9e71a80305 /dbaccess/source/ui/inc/sbagrid.hxx
parent00e2615f5195367838a75569522948b9591535e9 (diff)
#86721# DbBrowseBox replaced by svt::EditBrowseBox
Diffstat (limited to 'dbaccess/source/ui/inc/sbagrid.hxx')
-rw-r--r--dbaccess/source/ui/inc/sbagrid.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/sbagrid.hxx b/dbaccess/source/ui/inc/sbagrid.hxx
index ced363fbe4ee..3d58ebe3c703 100644
--- a/dbaccess/source/ui/inc/sbagrid.hxx
+++ b/dbaccess/source/ui/inc/sbagrid.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sbagrid.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: fs $ $Date: 2001-06-22 15:59:52 $
+ * last change: $Author: fs $ $Date: 2001-06-29 08:35:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -316,9 +316,9 @@ namespace dbaui
virtual sal_Int8 ExecuteDrop( const BrowserExecuteDropEvent& rEvt );
virtual void MouseButtonDown( const BrowserMouseEvent& rMEvt);
- // DbBrowseBox overridables
+ // EditBrowseBox overridables
virtual BrowserHeader* imp_CreateHeaderBar(BrowseBox* pParent);
- virtual DbCellController* GetController(long nRow, sal_uInt16 nCol);
+ virtual ::svt::CellController* GetController(long nRow, sal_uInt16 nCol);
// DbGridControl overridables
virtual void PreExecuteRowContextMenu(sal_uInt16 nRow, PopupMenu& rMenu);