summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/outdev6.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-13 16:42:52 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-13 16:43:39 +0900
commit6c7da3e22a889e559e31f62afb33f9736181a171 (patch)
tree34f6380fcced86a8a5fed3c4f98f644a48ed9003 /vcl/source/gdi/outdev6.cxx
parent4965c3cc4b48170ce1c3bc27d033ae9132ae1e4a (diff)
removed code commented-out in the first place
Change-Id: Idb109cf767342042f1a2941c30fcf137f468e7df
Diffstat (limited to 'vcl/source/gdi/outdev6.cxx')
-rw-r--r--vcl/source/gdi/outdev6.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/gdi/outdev6.cxx b/vcl/source/gdi/outdev6.cxx
index cb82500a2cc4..768aba91084c 100644
--- a/vcl/source/gdi/outdev6.cxx
+++ b/vcl/source/gdi/outdev6.cxx
@@ -1042,11 +1042,6 @@ void OutputDevice::ImplDrawGradientWallpaper( long nX, long nY,
const sal_Bool bOldMap = mbMap;
sal_Bool bNeedGradient = sal_True;
-/*
- if ( rWallpaper.IsRect() )
- aBound = LogicToPixel( rWallpaper.GetRect() );
- else
-*/
aBound = Rectangle( Point( nX, nY ), Size( nWidth, nHeight ) );
mpMetaFile = NULL;