summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-01-06 18:04:00 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-01-06 18:04:00 +0000
commit8874a383c864c07ea87ac305099cfdb39b3d15fe (patch)
treebcb6716865004cef99c6869750279a800e9313e9
parent5542e18124b339979028ae8466b115b52fa2761a (diff)
INTEGRATION: CWS vclcleanup02 (1.36.56); FILE MERGED
2003/12/11 09:16:25 mt 1.36.56.1: #i23061# VCL cleanup, removed headers, methods and types...
-rw-r--r--sc/source/ui/view/output2.cxx28
1 files changed, 2 insertions, 26 deletions
diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx
index b25518e24d07..23ee3821d3c3 100644
--- a/sc/source/ui/view/output2.cxx
+++ b/sc/source/ui/view/output2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: output2.cxx,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: kz $ $Date: 2003-10-15 09:45:13 $
+ * last change: $Author: vg $ $Date: 2004-01-06 19:04:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1619,16 +1619,6 @@ void ScOutputData::DrawStrings( BOOL bPixelToLogic )
aClipRect.Bottom() = nScrY+nScrH;
}
-/* //! Test
- if ( pDev->GetOutDevType() != OUTDEV_PRINTER )
- {
- pDev->SetPen(PEN_NULL);
- pDev->SetFillInBrush(Brush(Color(COL_LIGHTRED)));
- pDev->DrawRect( aClipRect );
- }
- //! Test
-*/
-
// aClipRect is not used after SetClipRegion/IntersectClipRegion,
// so it can be modified here
if (bPixelToLogic)
@@ -2495,20 +2485,6 @@ void ScOutputData::DrawEdit(BOOL bPixelToLogic)
else
aClipRect = Rectangle(Point(nClipStartX, nClipStartY), aClipSize);
-#if 0
- //! Test
- if ( pDev->GetOutDevType() != OUTDEV_PRINTER )
- {
- pDev->SetPen(PEN_NULL);
- if (bClip)
- pDev->SetFillInBrush(Brush(Color(COL_LIGHTGREEN)));
- else
- pDev->SetFillInBrush(Brush(Color(COL_LIGHTRED)));
- pDev->DrawRect( aClipRect );
- }
- //! Test
-#endif
-
if (bClip) // bei bSimClip nur aClipRect initialisieren
{
if (bMetaFile)