summaryrefslogtreecommitdiff
path: root/chart2/inc
diff options
context:
space:
mode:
authorGülşah Köse <gulsah.kose@collabora.com>2020-05-08 13:27:54 +0300
committerMiklos Vajna <vmiklos@collabora.com>2020-06-30 13:56:53 +0200
commit6f752061d5153da50d6f536d506358c8f512a397 (patch)
tree16eb6223948e9bd28639f0825cd9c4d33a917b38 /chart2/inc
parent9b0a0bcc7ef3ae7a127e7d43b001bdb578184949 (diff)
Related: tdf#131175 OOXML chart: import data label fill pattern
Change-Id: I2db64489c86e4381167eb13af4ab5118113960d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93715 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'chart2/inc')
-rw-r--r--chart2/inc/unonames.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/inc/unonames.hxx b/chart2/inc/unonames.hxx
index d7d56d61a001..2174f4abb1d7 100644
--- a/chart2/inc/unonames.hxx
+++ b/chart2/inc/unonames.hxx
@@ -28,6 +28,8 @@
#define CHART_UNONAME_LABEL_BORDER_DASHNAME "LabelBorderDashName"
#define CHART_UNONAME_LABEL_BORDER_TRANS "LabelBorderTransparency"
#define CHART_UNONAME_LABEL_FILL_STYLE "LabelFillStyle"
+#define CHART_UNONAME_LABEL_FILL_BACKGROUND "LabelFillBackground"
+#define CHART_UNONAME_LABEL_FILL_HATCH_NAME "LabelFillHatchName"
#define CHART_UNONAME_LABEL_FILL_COLOR "LabelFillColor"
#define CHART_UNONAME_CUSTOM_LABEL_FIELDS "CustomLabelFields"