Kaydet (Commit) 9937e0b5 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo in code

Change-Id: I9a2ce0edb615b53e579060d76898e4a8e491749c
Reviewed-on: https://gerrit.libreoffice.org/65829
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 07875986
...@@ -132,10 +132,10 @@ OFieldDescControl::OFieldDescControl( vcl::Window* pParent, OTableDesignHelpBar* ...@@ -132,10 +132,10 @@ OFieldDescControl::OFieldDescControl( vcl::Window* pParent, OTableDesignHelpBar*
,m_bRightAligned(false) ,m_bRightAligned(false)
,pActFieldDescr(nullptr) ,pActFieldDescr(nullptr)
{ {
Contruct(); Construct();
} }
void OFieldDescControl::Contruct() void OFieldDescControl::Construct()
{ {
m_pVertScroll = VclPtr<ScrollBar>::Create(this, WB_VSCROLL | WB_REPEAT | WB_DRAG); m_pVertScroll = VclPtr<ScrollBar>::Create(this, WB_VSCROLL | WB_REPEAT | WB_DRAG);
m_pHorzScroll = VclPtr<ScrollBar>::Create(this, WB_HSCROLL | WB_REPEAT | WB_DRAG); m_pHorzScroll = VclPtr<ScrollBar>::Create(this, WB_HSCROLL | WB_REPEAT | WB_DRAG);
......
...@@ -132,7 +132,7 @@ namespace dbaui ...@@ -132,7 +132,7 @@ namespace dbaui
void ScrollAllAggregates(); void ScrollAllAggregates();
bool isTextFormat(const OFieldDescription* _pFieldDescr,sal_uInt32& _nFormatKey) const; bool isTextFormat(const OFieldDescription* _pFieldDescr,sal_uInt32& _nFormatKey) const;
void Contruct(); void Construct();
VclPtr<OPropNumericEditCtrl> CreateNumericControl(const char* pHelpId, short _nProperty, const OString& _sHelpId); VclPtr<OPropNumericEditCtrl> CreateNumericControl(const char* pHelpId, short _nProperty, const OString& _sHelpId);
VclPtr<FixedText> CreateText(const char* pTextRes); VclPtr<FixedText> CreateText(const char* pTextRes);
void InitializeControl(Control* _pControl,const OString& _sHelpId,bool _bAddChangeHandler); void InitializeControl(Control* _pControl,const OString& _sHelpId,bool _bAddChangeHandler);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment