[Libreoffice-commits] core.git: Branch 'private/moggi/build-test' - include/vcl
Markus Mohrhard
markus.mohrhard at googlemail.com
Wed Nov 12 22:27:04 PST 2014
include/vcl/region.hxx | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 473f64fd013c873601eaae361908b2ad7e132f13
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Thu Nov 13 07:26:19 2014 +0100
fix 2 (vcl/region.hxx)
Change-Id: I31b2eae88cbd718e9e4aeeccbb3621e0d62f26ca
diff --git a/include/vcl/region.hxx b/include/vcl/region.hxx
index 081e605..b182d36 100644
--- a/include/vcl/region.hxx
+++ b/include/vcl/region.hxx
@@ -146,9 +146,7 @@ inline std::basic_ostream<charT, traits> & operator <<(
<< *rRegion.getB2DPolyPolygon()
<< ")";
if (rRegion.getPolyPolygon())
- return stream << "PolyPolygon("
- << *rRegion.getPolyPolygon()
- << ")";
+ return stream << "unimplemented";
if (rRegion.getRegionBand())
{ // inlined because RegionBand is private to vcl
stream << "RegionBand(";
More information about the Libreoffice-commits
mailing list