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

MAP_APPFONT->MapUnit::MapAppFont

Change-Id: I4f4a3d54bfcf779edc6ffe9cdfa4dc5f141e3b63
üst e6791a2e
......@@ -45,7 +45,7 @@ void CellLineStyleValueSet::dispose()
Size CellLineStyleValueSet::GetOptimalSize() const
{
return LogicToPixel(Size(80, 12 * 9), MAP_APPFONT);
return LogicToPixel(Size(80, 12 * 9), MapUnit::MapAppFont);
}
void CellLineStyleValueSet::SetUnit(const OUString* str)
......
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