[Libreoffice-commits] .: sw/source
Thomas Arnhold
tarnhold at kemper.freedesktop.org
Wed Feb 9 10:52:30 PST 2011
sw/source/core/view/viewsh.cxx | 13 -------------
1 file changed, 13 deletions(-)
New commits:
commit bb7b4efa1e833ddd7940196fa688a2bbeea99886
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Wed Feb 9 19:40:11 2011 +0100
Remove unused 'if (bDoSaveForVisualControl)' as its always false
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx
index b4dc31e..e2f3c70 100644
--- a/sw/source/core/view/viewsh.cxx
+++ b/sw/source/core/view/viewsh.cxx
@@ -1222,19 +1222,6 @@ BOOL ViewShell::SmoothScroll( long lXDiff, long lYDiff, const Rectangle *pRect )
// end paint and destroy ObjectContact again
DLPostPaint2(true);
pDrawView->DeleteWindowFromPaintView(pVout);
-
- // temporary debug paint checking...
- static bool bDoSaveForVisualControl(false);
- if(bDoSaveForVisualControl)
- {
- const bool bMapModeWasEnabledVDev(pVout->IsMapModeEnabled());
- pVout->EnableMapMode(false);
- const Bitmap aBitmap(pVout->GetBitmap(Point(), pVout->GetOutputSizePixel()));
- const String aTmpString(ByteString( "c:\\test.bmp" ), RTL_TEXTENCODING_UTF8);
- SvFileStream aNew(aTmpString, STREAM_WRITE|STREAM_TRUNC);
- aNew << aBitmap;
- pVout->EnableMapMode(bMapModeWasEnabledVDev);
- }
}
pOut = pOld;
More information about the Libreoffice-commits
mailing list