summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/tabledesign/TableFieldControl.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-09-26 09:49:09 +0000
committerOcke Janssen <oj@openoffice.org>2002-09-26 09:49:09 +0000
commitfb162871bea92577e72437e59e1dfc1d2e6b3a93 (patch)
treee70dc0da82e5386371dea60808693005fbecc71c /dbaccess/source/ui/tabledesign/TableFieldControl.cxx
parent#100000# Return value for dbaui::OFieldDescGenWin::getFieldControl() (diff)
downloadcore-fb162871bea92577e72437e59e1dfc1d2e6b3a93.tar.gz
core-fb162871bea92577e72437e59e1dfc1d2e6b3a93.zip
#102963# SetEvalDateFormat(NF_EVALDATEFORMAT_FORMAT) to use the format key at the number formatter
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TableFieldControl.cxx')
-rw-r--r--dbaccess/source/ui/tabledesign/TableFieldControl.cxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableFieldControl.cxx b/dbaccess/source/ui/tabledesign/TableFieldControl.cxx
index 898cdf452531..232bc35f2617 100644
--- a/dbaccess/source/ui/tabledesign/TableFieldControl.cxx
+++ b/dbaccess/source/ui/tabledesign/TableFieldControl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TableFieldControl.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: oj $ $Date: 2002-09-24 09:19:05 $
+ * last change: $Author: oj $ $Date: 2002-09-26 10:49:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,6 +85,9 @@
#ifndef DBAUI_TYPEINFO_HXX
#include "TypeInfo.hxx"
#endif
+#ifndef DBAUI_TOOLS_HXX
+#include "UITools.hxx"
+#endif
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;
@@ -92,7 +95,9 @@ using namespace ::com::sun::star::util;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::sdbc;
using namespace dbaui;
-
+OTableFieldControl::OTableFieldControl( Window* pParent, OTableDesignHelpBar* pHelpBar) :OFieldDescControl(pParent,pHelpBar)
+{
+}
//------------------------------------------------------------------
void OTableFieldControl::CellModified(long nRow, sal_uInt16 nColId )
{