diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2018-04-25 19:36:21 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2018-04-27 11:17:19 +0200 |
commit | dfdc165a48d711b867961d1f75ee36a1c9596dc0 (patch) | |
tree | 1c8918f0f4e9aab009334d0d64a29c3debffa767 /include/editeng | |
parent | 406d5fd8135c75653a7d420ce61f63968675baf9 (diff) |
restore and deprecate FillBitmapURL
FillBitmapURL was restored so when setting the property, it loads
the Bitmap from the provided URL and creates a XBitmap. Get is
not supported anymore however.
Change-Id: Ie250d9f751ba33fc45b759dd3a773b4ec5c864d3
Reviewed-on: https://gerrit.libreoffice.org/53443
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/unoprnms.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/editeng/unoprnms.hxx b/include/editeng/unoprnms.hxx index 5e56fdd5d2d1..d90be0f6b45d 100644 --- a/include/editeng/unoprnms.hxx +++ b/include/editeng/unoprnms.hxx @@ -35,6 +35,7 @@ #define UNO_NAME_FILLHATCH "FillHatch" #define UNO_NAME_FILLHATCHNAME "FillHatchName" #define UNO_NAME_FILLBITMAP "FillBitmap" +#define UNO_NAME_FILLBITMAPURL "FillBitmapURL" #define UNO_NAME_FILLBITMAPNAME "FillBitmapName" #define UNO_NAME_FILLGRADIENTSTEPCOUNT "FillGradientStepCount" #define UNO_NAME_FILLBACKGROUND "FillBackground" |