summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/graphictools.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-10 00:11:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-11 09:05:05 +0100
commit1568e883ecfa789e3e8f1e637d37c5adf47fa277 (patch)
treea97d4f74385ba7e9ad86d0d2cbf86b460a9ed008 /vcl/source/gdi/graphictools.cxx
parent9cec47773b6c93239c75127e99e638f2e2b2aa86 (diff)
callcatcher: remove unused setGrad* methods
Diffstat (limited to 'vcl/source/gdi/graphictools.cxx')
-rw-r--r--vcl/source/gdi/graphictools.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/vcl/source/gdi/graphictools.cxx b/vcl/source/gdi/graphictools.cxx
index 2e20a3639790..251261d0943e 100644
--- a/vcl/source/gdi/graphictools.cxx
+++ b/vcl/source/gdi/graphictools.cxx
@@ -675,26 +675,6 @@ void SvtGraphicFill::setHatchColor( Color aHatchColor )
maHatchColor = aHatchColor;
}
-void SvtGraphicFill::setGradientType( GradientType aGradType )
-{
- maGradientType = aGradType;
-}
-
-void SvtGraphicFill::setGradient1stColor( Color aColor )
-{
- maGradient1stColor = aColor;
-}
-
-void SvtGraphicFill::setGradient2ndColor( Color aColor )
-{
- maGradient2ndColor = aColor;
-}
-
-void SvtGraphicFill::setGradientStepCount( int aCount )
-{
- maGradientStepCount = aCount;
-}
-
void SvtGraphicFill::setGraphic( const Graphic& rGraphic )
{
maFillGraphic = rGraphic;