drawinglayer/qa/unit/border.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 46f7fbf117abbe721382f12f0f86558463ac81a6
Author: Armin Le Grand <armin.le.gr...@cib.de>
Date:   Thu Aug 17 15:57:57 2017 +0200

    Fixed DrawinglayerBorderTest
    
    Change-Id: Ib91b8907890b34143dac2f2d96514d11a70e86d5

diff --git a/drawinglayer/qa/unit/border.cxx b/drawinglayer/qa/unit/border.cxx
index 7727e44e3935..eb92f66ec439 100644
--- a/drawinglayer/qa/unit/border.cxx
+++ b/drawinglayer/qa/unit/border.cxx
@@ -145,7 +145,7 @@ void DrawinglayerBorderTest::testDoublePixelProcessing()
         {
             auto pMPLAction = static_cast<MetaPolyLineAction*>(pAction);
 
-            if (0 == pMPLAction->GetLineInfo().GetWidth() && LineStyle::Solid 
== pMPLAction->GetLineInfo().GetStyle())
+            if (0 == pMPLAction->GetLineInfo().GetWidth() && 
LineStyle::LINE_SOLID == pMPLAction->GetLineInfo().GetStyle())
             {
                 nPolyLineActionCount++;
             }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to