summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/graphictools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/graphictools.cxx')
-rw-r--r--vcl/source/gdi/graphictools.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/source/gdi/graphictools.cxx b/vcl/source/gdi/graphictools.cxx
index 015476042e10..96fba1aa0985 100644
--- a/vcl/source/gdi/graphictools.cxx
+++ b/vcl/source/gdi/graphictools.cxx
@@ -217,10 +217,6 @@ void SvtGraphicFill::getPath( PolyPolygon& rPath ) const
rPath = maPath;
}
-Color SvtGraphicFill::getFillColor() const
-{
- return maFillColor;
-}