summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/canvascustomsprite.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/vcl/canvascustomsprite.cxx')
-rw-r--r--canvas/source/vcl/canvascustomsprite.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/canvas/source/vcl/canvascustomsprite.cxx b/canvas/source/vcl/canvascustomsprite.cxx
index 58112d1955a3..02e9b47fb233 100644
--- a/canvas/source/vcl/canvascustomsprite.cxx
+++ b/canvas/source/vcl/canvascustomsprite.cxx
@@ -116,10 +116,6 @@ namespace vclcanvas
return { "com.sun.star.rendering.CanvasCustomSprite" };
}
- sal_Int64 CanvasCustomSprite::getSomething(css::uno::Sequence<sal_Int8> const & aIdentifier) {
- return RepaintTarget::getSomething(aIdentifier);
- }
-
// Sprite
void CanvasCustomSprite::redraw( OutputDevice& rOutDev,
bool bBufferedUpdate ) const