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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/image.hxx b/include/vcl/image.hxx
index a77eb89e9f76..6c130bf4cd2b 100644
--- a/include/vcl/image.hxx
+++ b/include/vcl/image.hxx
@@ -44,7 +44,7 @@ public:
explicit Image(BitmapEx const & rBitmapEx);
explicit Image(css::uno::Reference<css::graphic::XGraphic> const & rxGraphic);
explicit Image(OUString const & rPNGFileUrl);
- explicit Image(StockImage, OUString const & rPNGFilePath, Size aSpecificSize = Size());
+ explicit Image(StockImage, OUString const & rPNGFilePath);
Size GetSizePixel() const;
BitmapEx GetBitmapEx() const;