summaryrefslogtreecommitdiff
path: root/include/vcl/image.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/image.hxx')
-rw-r--r--include/vcl/image.hxx1
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;