diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-22 13:13:58 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-22 14:42:17 +0200 |
commit | 61027a637760087ee716f64ae0f216ef2a640108 (patch) | |
tree | 59e6a8d44c4857bfc37d2318d19dfbf1fca97f9a /include | |
parent | 0f96de25ee632b6e7cdb17996eb59e6521a3ef0c (diff) |
vcl: Image: mark newly added constructor "explicit"
Change-Id: I6d114e932d113f3d126cac3f7e43fade2a740245
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/image.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/image.hxx b/include/vcl/image.hxx index f7b34e7d850f..912ecb916306 100644 --- a/include/vcl/image.hxx +++ b/include/vcl/image.hxx @@ -58,7 +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 ); + explicit Image( const OUString &rPNGFileUrl ); ~Image(); Size GetSizePixel() const; |