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>
This commit is contained in:
parent
bf110d40ef
commit
04fafa35fc
@ -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 );
|
||||
|
@ -49,11 +49,6 @@ Image::Image(const BitmapEx& rBitmapEx)
|
||||
ImplInit(rBitmapEx);
|
||||
}
|
||||
|
||||
Image::Image(const Bitmap& rBitmap)
|
||||
{
|
||||
ImplInit(rBitmap);
|
||||
}
|
||||
|
||||
Image::Image(const Bitmap& rBitmap, const Color& rColor)
|
||||
{
|
||||
const BitmapEx aBitmapEx(rBitmap, rColor);
|
||||
|
Loading…
x
Reference in New Issue
Block a user