From ea7b1af01511d147ba7bfea925d407e72723a7db Mon Sep 17 00:00:00 2001 From: Philipp Riemer Date: Sun, 12 Aug 2012 18:58:02 +0200 Subject: Moved method declaration in class definition The following method was added at the bottom and is now moved to all other methods marked as protected. This is a follow-up patch of 401a454c2da7560d5ec41ef07ac116403956c55a. Change-Id: Ib536f93f1565a128a3bb5dff12496005c51acb83 --- dbaccess/source/ui/inc/FieldDescControl.hxx | 4 ++-- 1 file 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 -- cgit