summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Lohmann [pl] <Philipp.Lohmann@oracle.com>2011-04-04 18:14:44 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 13:32:40 +0200
commitdb08243efa05284860905c22d223cc7eb3935dc9 (patch)
tree92002480fa926fe96fd04f08adc87afe1dd6cc17
parent68200a816bb0623407e3fa59cece04bcdcde1c3e (diff)
ooo34gsl01: #i117583# remove wrong linecolor test [hg:14801dbb3afa]
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 11e4367eae95..95fe0ac6fad8 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -10233,9 +10233,6 @@ void PDFWriterImpl::drawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch
updateGraphicsState();
- if( m_aGraphicsStack.front().m_aLineColor == Color( COL_TRANSPARENT ) &&
- m_aGraphicsStack.front().m_aFillColor == Color( COL_TRANSPARENT ) )
- return;
if( rPolyPoly.Count() )
{
PolyPolygon aPolyPoly( rPolyPoly );