[Libreoffice-commits] core.git: Branch 'private/swe/libreoffice-5-2+backports' - drawinglayer/qa
Armin Le Grand
Armin.Le.Grand at cib.de
Thu Aug 17 13:59:53 UTC 2017
drawinglayer/qa/unit/border.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 46f7fbf117abbe721382f12f0f86558463ac81a6
Author: Armin Le Grand <Armin.Le.Grand at 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++;
}
More information about the Libreoffice-commits
mailing list