summaryrefslogtreecommitdiffstats
path: root/vcl/source/gdi/wall.cxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 18:56:16 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 18:56:16 +0200
commita233dac0653f3f3054f7ad2da114ed989747e89a (patch)
treebf1e11438321c06125a94308649c496648061ccb /vcl/source/gdi/wall.cxx
parentnot link cairocanvas against stl anymore (diff)
parentcallcatcher: clean up Dir and DirEntry (diff)
downloadcore-a233dac0653f3f3054f7ad2da114ed989747e89a.tar.gz
core-a233dac0653f3f3054f7ad2da114ed989747e89a.zip
resyncing to master
Diffstat (limited to 'vcl/source/gdi/wall.cxx')
-rw-r--r--vcl/source/gdi/wall.cxx42
1 files changed, 0 insertions, 42 deletions
diff --git a/vcl/source/gdi/wall.cxx b/vcl/source/gdi/wall.cxx
index a24d3b0cbd66..5529d9c06232 100644
--- a/vcl/source/gdi/wall.cxx
+++ b/vcl/source/gdi/wall.cxx
@@ -366,20 +366,6 @@ void Wallpaper::SetBitmap( const BitmapEx& rBitmap )
// -----------------------------------------------------------------------
-void Wallpaper::SetBitmap()
-{
- DBG_CHKTHIS( Wallpaper, NULL );
-
- if ( mpImplWallpaper->mpBitmap )
- {
- ImplMakeUnique();
- delete mpImplWallpaper->mpBitmap;
- mpImplWallpaper->mpBitmap = NULL;
- }
-}
-
-// -----------------------------------------------------------------------
-
BitmapEx Wallpaper::GetBitmap() const
{
DBG_CHKTHIS( Wallpaper, NULL );
@@ -422,20 +408,6 @@ void Wallpaper::SetGradient( const Gradient& rGradient )
// -----------------------------------------------------------------------
-void Wallpaper::SetGradient()
-{
- DBG_CHKTHIS( Wallpaper, NULL );
-
- if ( mpImplWallpaper->mpGradient )
- {
- ImplMakeUnique();
- delete mpImplWallpaper->mpGradient;
- mpImplWallpaper->mpGradient = NULL;
- }
-}
-
-// -----------------------------------------------------------------------
-
Gradient Wallpaper::GetGradient() const
{
DBG_CHKTHIS( Wallpaper, NULL );
@@ -504,20 +476,6 @@ void Wallpaper::SetRect( const Rectangle& rRect )
// -----------------------------------------------------------------------
-void Wallpaper::SetRect()
-{
- DBG_CHKTHIS( Wallpaper, NULL );
-
- if ( mpImplWallpaper->mpRect )
- {
- ImplMakeUnique( sal_False );
- delete mpImplWallpaper->mpRect;
- mpImplWallpaper->mpRect = NULL;
- }
-}
-
-// -----------------------------------------------------------------------
-
Rectangle Wallpaper::GetRect() const
{
DBG_CHKTHIS( Wallpaper, NULL );