[Libreoffice-commits] .: dbaccess/source

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Tue Aug 14 06:19:39 PDT 2012


 dbaccess/source/ui/inc/FieldDescControl.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ea7b1af01511d147ba7bfea925d407e72723a7db
Author: Philipp Riemer <ruderphilipp at gmail.com>
Date:   Sun Aug 12 18:58:02 2012 +0200

    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

diff --git a/dbaccess/source/ui/inc/FieldDescControl.hxx b/dbaccess/source/ui/inc/FieldDescControl.hxx
index 98d9561..a43f0cc 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


More information about the Libreoffice-commits mailing list