diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-13 16:42:52 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-13 16:43:39 +0900 |
commit | 6c7da3e22a889e559e31f62afb33f9736181a171 (patch) | |
tree | 34f6380fcced86a8a5fed3c4f98f644a48ed9003 /vcl/source/gdi/outdev6.cxx | |
parent | 4965c3cc4b48170ce1c3bc27d033ae9132ae1e4a (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.cxx | 5 |
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; |