summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/TableDesignControl.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/TableDesignControl.hxx
parent#88282# moveToInsertRow: position cache only when bookamrk isvalid (diff)
downloadcore-5e77830733e0618f2918693e5176cb69c091efb6.tar.gz
core-5e77830733e0618f2918693e5176cb69c091efb6.zip
#86721# DbBrowseBox replaced by svt::EditBrowseBox
Diffstat (limited to 'dbaccess/source/ui/inc/TableDesignControl.hxx')
-rw-r--r--dbaccess/source/ui/inc/TableDesignControl.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/dbaccess/source/ui/inc/TableDesignControl.hxx b/dbaccess/source/ui/inc/TableDesignControl.hxx
index 8cf6270c44db..d87150c2974e 100644
--- a/dbaccess/source/ui/inc/TableDesignControl.hxx
+++ b/dbaccess/source/ui/inc/TableDesignControl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TableDesignControl.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2001-03-22 07:45:19 $
+ * 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
@@ -64,9 +64,9 @@
#ifndef _TABBAR_HXX //autogen
#include <svtools/tabbar.hxx>
#endif
-#ifndef _SVX_DBBROWSE_HXX
-#include <svx/dbbrowse.hxx>
-#endif // _SVX_DBBROWSE_HXX
+#ifndef _SVTOOLS_EDITBROWSEBOX_HXX_
+#include <svtools/editbrowsebox.hxx>
+#endif
#ifndef _DBAUI_MODULE_DBU_HXX_
#include "moduledbu.hxx"
@@ -78,7 +78,7 @@ namespace dbaui
class OTableDesignView;
class OTypeInfo;
//==================================================================
- class OTableRowView : public DbBrowseBox
+ class OTableRowView : public ::svt::EditBrowseBox
{
friend class OTableDesignUndoAct;