summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/FieldDescControl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/FieldDescControl.hxx b/dbaccess/source/ui/inc/FieldDescControl.hxx
index 98d956177c7f..a43f0cc1f028 100644
--- a/dbaccess/source/ui/inc/FieldDescControl.hxx
+++ b/dbaccess/source/ui/inc/FieldDescControl.hxx
@@ -171,6 +171,8 @@ namespace dbaui
const OPropColumnEditCtrl* getColumnCtrl() const { return m_pColumnName; }
+ void implFocusLost(Window* _pWhich);
+
public:
OFieldDescControl( Window* pParent, OTableDesignHelpBar* pHelpBar);
OFieldDescControl( Window* pParent, const ResId& rResId, OTableDesignHelpBar* pHelpBar);
@@ -205,8 +207,6 @@ namespace dbaui
String getControlDefault( const OFieldDescription* _pFieldDescr ,sal_Bool _bCheck = sal_True) const;
inline void setEditWidth(sal_Int32 _nWidth) { m_nWidth = _nWidth; }
- protected:
- void implFocusLost(Window* _pWhich);
};
}
#endif