include/vcl/region.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
New commits: commit 473f64fd013c873601eaae361908b2ad7e132f13 Author: Markus Mohrhard <[email protected]> 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("; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
