summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-05 11:16:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-05 11:16:07 +0100
commitb51ea041dbcda1428fb5bfb6a5e8d8092fbc9226 (patch)
tree213bf785a26f3cd4de7ce2fe1d402d037198355f
parente6791a2efbfb3a88aefbf1829a580dc5b0812ef2 (diff)
MAP_APPFONT->MapUnit::MapAppFont
Change-Id: I4f4a3d54bfcf779edc6ffe9cdfa4dc5f141e3b63
-rw-r--r--sc/source/ui/sidebar/CellLineStyleValueSet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/sidebar/CellLineStyleValueSet.cxx b/sc/source/ui/sidebar/CellLineStyleValueSet.cxx
index 9c3d25a9ede4..77509827ed8f 100644
--- a/sc/source/ui/sidebar/CellLineStyleValueSet.cxx
+++ b/sc/source/ui/sidebar/CellLineStyleValueSet.cxx
@@ -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)