summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/image.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/image.hxx b/include/vcl/image.hxx
index dc027f493a7f..f7b34e7d850f 100644
--- a/include/vcl/image.hxx
+++ b/include/vcl/image.hxx
@@ -58,6 +58,7 @@ public:
Image( const Bitmap& rBitmap, const Bitmap& rMaskBitmap );
Image( const Bitmap& rBitmap, const Color& rColor );
Image( const ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic >& rxGraphic );
+ Image( const OUString &rFileUrl );
~Image();
Size GetSizePixel() const;