diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-23 17:19:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-23 20:38:27 +0000 |
commit | 04fafa35fc42c22dbbaf22971a170dcbc0ca7288 (patch) | |
tree | f1bd5028c46dffd6c644498d270ec5f04d9ff2e6 /include | |
parent | bf110d40efcc79efb9247fdce5d2f54bafa6550b (diff) |
drop one of the Image ctors
Change-Id: I51178fa30418136d4e5d266715d450f1c967167c
Reviewed-on: https://gerrit.libreoffice.org/33475
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-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 af4aa267f48c..5edaf5a945b8 100644 --- a/include/vcl/image.hxx +++ b/include/vcl/image.hxx @@ -57,7 +57,6 @@ class SAL_WARN_UNUSED VCL_DLLPUBLIC Image public: Image(); explicit Image( const BitmapEx& rBitmapEx ); - explicit Image( const Bitmap& rBitmap ); Image( const Bitmap& rBitmap, const Color& rColor ); explicit Image( const css::uno::Reference< css::graphic::XGraphic >& rxGraphic ); explicit Image( const OUString &rPNGFileUrl ); |