summaryrefslogtreecommitdiff
path: root/sw/qa/inc/swmodeltestbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/inc/swmodeltestbase.hxx')
-rw-r--r--sw/qa/inc/swmodeltestbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/inc/swmodeltestbase.hxx b/sw/qa/inc/swmodeltestbase.hxx
index ceb2bbe125d0..83ba3245dafe 100644
--- a/sw/qa/inc/swmodeltestbase.hxx
+++ b/sw/qa/inc/swmodeltestbase.hxx
@@ -429,7 +429,7 @@ inline std::ostream& operator<<(std::ostream& rStrm, const Color& rColor)
rStrm << "Color: R:" << static_cast<int>(rColor.GetRed())
<< " G:" << static_cast<int>(rColor.GetGreen())
<< " B:" << static_cast<int>(rColor.GetBlue())
- << " A:" << static_cast<int>(rColor.GetTransparency());
+ << " A:" << static_cast<int>(255 - rColor.GetAlpha());
return rStrm;
}