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 /include/vcl/image.hxx | |
parent | 879aebdf9cd83b07edbca919d623880d94adb40c (diff) |
move GetXGraphic to its only user
Change-Id: I72ec4a7e72ca3355a97f987fab70b3e3a8e45168
Diffstat (limited to 'include/vcl/image.hxx')
-rw-r--r-- | include/vcl/image.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/image.hxx b/include/vcl/image.hxx index 752b90048070..af4aa267f48c 100644 --- a/include/vcl/image.hxx +++ b/include/vcl/image.hxx @@ -65,7 +65,6 @@ public: Size GetSizePixel() const; BitmapEx GetBitmapEx() const; - css::uno::Reference< css::graphic::XGraphic > GetXGraphic() const; bool operator!() const { return !mpImplData; } bool operator==( const Image& rImage ) const; |