Hello <div><br></div><div>I am trying to make code changes to the file core/vcl/source/control/combobox.cxx but I have the following errors : </div><div><br></div><div><br></div><div><div>core/vcl/source/control/combobox.cxx: In member function ‘virtual void ComboBox::Resize()’:</div>
<div>core/vcl/source/control/combobox.cxx:601:9: error: ‘ComboBoxBounds’ was not declared in this scope</div><div>core/vcl/source/control/combobox.cxx:601:24: error: expected ‘;’ before ‘aBounds’</div><div>core/vcl/source/control/combobox.cxx:603:36: error: ‘aBounds’ was not declared in this scope</div>
<div>core/vcl/source/control/combobox.cxx: In member function ‘virtual Size ComboBox::CalcMinimumSize() const’:</div><div>core/vcl/source/control/combobox.cxx:1072:9: error: ‘ComboBoxBounds’ was not declared in this scope</div>
<div>core/vcl/source/control/combobox.cxx:1072:24: error: expected ‘;’ before ‘aBounds’</div><div>core/vcl/source/control/combobox.cxx:1073:24: error: ‘aBounds’ was not declared in this scope</div><div>core/vcl/source/control/combobox.cxx: At global scope:</div>
<div>core/vcl/source/control/combobox.cxx:1498:1: error: ‘ComboBoxBounds’ in ‘class ComboBox’ does not name a type</div></div><div><br></div><div>None of my code changes is shown in the errors list and maybe I think the commit here produces some changes which might be the cause of the errors : </div>
<div><br></div><div><a href="http://cgit.freedesktop.org/libreoffice/core/commit/?id=d19eab221f168aed12249ffc8a36a9f1aca5a94e">http://cgit.freedesktop.org/libreoffice/core/commit/?id=d19eab221f168aed12249ffc8a36a9f1aca5a94e</a></div>
<div><br></div><div>Need help on this . Any sort of assistance is appreciated . </div><div><br></div><div>Regards ,</div><div>Rushi</div>