[Libreoffice-commits] core.git: sc/source
Caolán McNamara
caolanm at redhat.com
Wed Oct 5 10:18:47 UTC 2016
sc/source/ui/sidebar/CellLineStyleValueSet.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b51ea041dbcda1428fb5bfb6a5e8d8092fbc9226
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Oct 5 11:16:07 2016 +0100
MAP_APPFONT->MapUnit::MapAppFont
Change-Id: I4f4a3d54bfcf779edc6ffe9cdfa4dc5f141e3b63
diff --git a/sc/source/ui/sidebar/CellLineStyleValueSet.cxx b/sc/source/ui/sidebar/CellLineStyleValueSet.cxx
index 9c3d25a..7750982 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)
More information about the Libreoffice-commits
mailing list