summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-20 17:21:59 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-21 14:46:11 +0000
commitf9b87a2e50e7cc46a19b5fdee61e14d53550393d (patch)
tree86786cc3c894e3bca8fb240d32fc3d45c83c5f02 /vcl
parent879aebdf9cd83b07edbca919d623880d94adb40c (diff)
move GetXGraphic to its only user
Change-Id: I72ec4a7e72ca3355a97f987fab70b3e3a8e45168
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/image/Image.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/source/image/Image.cxx b/vcl/source/image/Image.cxx
index d873d3eeeb86..eee064b7433d 100644
--- a/vcl/source/image/Image.cxx
+++ b/vcl/source/image/Image.cxx
@@ -110,13 +110,6 @@ BitmapEx Image::GetBitmapEx() const
return aRet;
}
-css::uno::Reference< css::graphic::XGraphic > Image::GetXGraphic() const
-{
- const Graphic aGraphic( GetBitmapEx() );
-
- return aGraphic.GetXGraphic();
-}
-
bool Image::operator==(const Image& rImage) const
{
bool bRet = false;