diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2019-02-08 21:56:14 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2019-03-05 11:23:41 +0100 |
commit | 983566119c926d0e2478f74548f00a789de55c15 (patch) | |
tree | 082517f6aa3414cf6bd8c475f2c4eb956ddacb51 /vcl/inc/bitmapwriteaccess.hxx | |
parent | 5723d303a44597cdb2ea242cf3fb0ac0e8c15b83 (diff) |
Add support for <image> draw definition to draw a SVG image
Attribute "source" is used to get the relative path to the image.
Path is relative to the definition file.
Change-Id: I6ca0c113385e26ad74b928e1f56635b4b0cef995
Reviewed-on: https://gerrit.libreoffice.org/68712
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl/inc/bitmapwriteaccess.hxx')
-rw-r--r-- | vcl/inc/bitmapwriteaccess.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/bitmapwriteaccess.hxx b/vcl/inc/bitmapwriteaccess.hxx index f20e4e8e2e6e..02ca3f983300 100644 --- a/vcl/inc/bitmapwriteaccess.hxx +++ b/vcl/inc/bitmapwriteaccess.hxx @@ -19,7 +19,7 @@ typedef vcl::ScopedBitmapAccess<BitmapWriteAccess, Bitmap, &Bitmap::AcquireWriteAccess> BitmapScopedWriteAccess; -typedef vcl::ScopedBitmapAccess<BitmapWriteAccess, AlphaMask, &AlphaMask::AcquireWriteAccess> +typedef vcl::ScopedBitmapAccess<BitmapWriteAccess, AlphaMask, &AlphaMask::AcquireAlphaWriteAccess> AlphaScopedWriteAccess; class VCL_DLLPUBLIC BitmapWriteAccess : public BitmapReadAccess |