summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/FieldControls.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 07:22:29 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 07:22:29 +0000
commit379285e0e226d278976398f2655a6ffcfac4d285 (patch)
tree13b6913f507eeb519c6a11a37d9849c07f7b7cf6 /dbaccess/source/ui/inc/FieldControls.hxx
parentcaf4e8f3df705243f7803eb45f5f8cd691f78604 (diff)
INTEGRATION: CWS oj14 (1.5.8); FILE MERGED
2006/07/04 08:02:28 oj 1.5.8.4: RESYNC: (1.5-1.6); FILE MERGED 2006/04/25 13:03:03 oj 1.5.8.3: new include 2006/03/20 07:48:36 oj 1.5.8.2: use of module client helper 2006/01/03 07:49:13 oj 1.5.8.1: changed module client
Diffstat (limited to 'dbaccess/source/ui/inc/FieldControls.hxx')
-rw-r--r--dbaccess/source/ui/inc/FieldControls.hxx20
1 files changed, 11 insertions, 9 deletions
diff --git a/dbaccess/source/ui/inc/FieldControls.hxx b/dbaccess/source/ui/inc/FieldControls.hxx
index d2789cb942d6..1a66abde6405 100644
--- a/dbaccess/source/ui/inc/FieldControls.hxx
+++ b/dbaccess/source/ui/inc/FieldControls.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: FieldControls.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 03:11:22 $
+ * last change: $Author: rt $ $Date: 2007-07-06 08:22:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,15 +41,15 @@
#ifndef _SV_LSTBOX_HXX
#include <vcl/lstbox.hxx>
#endif
-#ifndef _DBAUI_MODULE_DBU_HXX_
-#include "moduledbu.hxx"
-#endif
#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
#endif
#ifndef DBAUI_SQLNAMEEDIT_HXX
#include "SqlNameEdit.hxx"
#endif
+#ifndef _DBAUI_MODULE_DBU_HXX_
+#include "moduledbu.hxx"
+#endif
namespace dbaui
@@ -68,8 +68,9 @@ namespace dbaui
//==================================================================
class OPropColumnEditCtrl : public OSQLNameEdit
{
- short m_nPos;
- String m_strHelpText;
+ OModuleClient m_aModuleClient;
+ short m_nPos;
+ String m_strHelpText;
public:
inline OPropColumnEditCtrl(Window* pParent, ::rtl::OUString& _rAllowedChars, USHORT nHelpId, short nPosition = -1, WinBits nWinStyle = 0);
@@ -97,8 +98,9 @@ namespace dbaui
//==================================================================
class OPropEditCtrl : public Edit
{
- short m_nPos;
- String m_strHelpText;
+ OModuleClient m_aModuleClient;
+ short m_nPos;
+ String m_strHelpText;
public:
inline OPropEditCtrl(Window* pParent, USHORT nHelpId, short nPosition = -1, WinBits nWinStyle = 0);