Kaydet (Commit) 716c0233 authored tarafından Caolán McNamara's avatar Caolán McNamara

use SAL_N_ELEMENTS

Change-Id: Ia55c8696657c459423d745e298630d549e4125df
üst f59733d4
......@@ -271,7 +271,7 @@ void SvxGeneralTabPage::CreateControls ()
));
Row& rRow = *vRows.back();
// fields in the row
static unsigned const nFieldCount = sizeof vFieldInfo / sizeof vFieldInfo[0];
static unsigned const nFieldCount = SAL_N_ELEMENTS(vFieldInfo);
// skipping other (invisible) rows
while (iField != nFieldCount && vFieldInfo[iField].eRow != eRow)
++iField;
......
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