Kaydet (Commit) 3a45897d authored tarafından Thomas Arnhold's avatar Thomas Arnhold

starmath: remove hard-coded value

Change-Id: I58dad585c5de24ebd06ce9bcc64e49e8973850bb
üst b521c754
......@@ -622,7 +622,7 @@ SmElementsDockingWindow::SmElementsDockingWindow(SfxBindings* pInputBindings, Sf
{
maElementsControl.SetBorderStyle( WINDOW_BORDER_MONO );
maElementListBox.SetDropDownLineCount( 10 );
maElementListBox.SetDropDownLineCount( SAL_N_ELEMENTS(aCategories) );
for (sal_uInt16 i = 0; i < SAL_N_ELEMENTS(aCategories) ; i++)
{
......
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