sc/source/ui/sidebar/CellLineStyleValueSet.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b51ea041dbcda1428fb5bfb6a5e8d8092fbc9226
Author: Caolán McNamara <caol...@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)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to