diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2018-02-22 07:10:02 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2018-02-25 11:15:05 +0100 |
commit | c8b1432e8fd2c6a7d3d0039816884f33dafb97cb (patch) | |
tree | d0fd4a6ecdc94617c5a045ae29966ec0da222a79 /include/editeng | |
parent | ab3890b5f4ff4654eae7360d0cf34f3e26a1026f (diff) |
remove "FillBitmapURL" property
Change-Id: Icac13a412ae16e4b367362ca85a37fa29802c68b
Reviewed-on: https://gerrit.libreoffice.org/50169
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, 0 insertions, 1 deletions
diff --git a/include/editeng/unoprnms.hxx b/include/editeng/unoprnms.hxx index 6c98921dddaf..42292c38b2dd 100644 --- a/include/editeng/unoprnms.hxx +++ b/include/editeng/unoprnms.hxx @@ -36,7 +36,6 @@ #define UNO_NAME_FILLHATCHNAME "FillHatchName" #define UNO_NAME_FILLBITMAP "FillBitmap" #define UNO_NAME_FILLBITMAPNAME "FillBitmapName" -#define UNO_NAME_FILLBITMAPURL "FillBitmapURL" #define UNO_NAME_FILLGRADIENTSTEPCOUNT "FillGradientStepCount" #define UNO_NAME_FILLBACKGROUND "FillBackground" #define UNO_NAME_FILLCOLOR_2 "FillColor2" |