summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/outdev4.cxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2001-07-27 07:20:18 +0000
committerKai Ahrens <ka@openoffice.org>2001-07-27 07:20:18 +0000
commit311a89380902e97998b697153902a5b67888e75a (patch)
tree215d971900ccc2e508f39db57bd8b2ec92e91137 /vcl/source/gdi/outdev4.cxx
parent1eb2289e065f93522f3456cd18d93f5ed19f9b67 (diff)
#89094#: REMOTE_APPSERVER changes
Diffstat (limited to 'vcl/source/gdi/outdev4.cxx')
-rw-r--r--vcl/source/gdi/outdev4.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/source/gdi/outdev4.cxx b/vcl/source/gdi/outdev4.cxx
index 0f63202de745..09c0da2ddae1 100644
--- a/vcl/source/gdi/outdev4.cxx
+++ b/vcl/source/gdi/outdev4.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outdev4.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ka $ $Date: 2001-07-25 13:54:24 $
+ * last change: $Author: ka $ $Date: 2001-07-27 08:20:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -673,8 +673,10 @@ void OutputDevice::ImplDrawComplexGradient( const Rectangle& rRect,
if( bMtf )
mpMetaFile->AddAction( new MetaPolyPolygonAction( *pPolyPoly ) );
+#ifndef REMOTE_APPSERVER
else
ImplDrawPolyPolygon( *pPolyPoly, pClipPolyPoly );
+#endif
}
#ifndef REMOTE_APPSERVER
else