diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-20 17:21:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-21 14:46:11 +0000 |
commit | f9b87a2e50e7cc46a19b5fdee61e14d53550393d (patch) | |
tree | 86786cc3c894e3bca8fb240d32fc3d45c83c5f02 /vcl | |
parent | 879aebdf9cd83b07edbca919d623880d94adb40c (diff) |
move GetXGraphic to its only user
Change-Id: I72ec4a7e72ca3355a97f987fab70b3e3a8e45168
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/image/Image.cxx | 7 |
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; |