summaryrefslogtreecommitdiff
path: root/sc/inc/detfunc.hxx
diff options
context:
space:
mode:
authorSzabolcs Toth <szabolcs450@gmail.com>2020-09-01 13:46:38 +0200
committerLászló Németh <nemeth@numbertext.org>2020-09-14 13:57:30 +0200
commit14b40ec7be7ca8315848034591e3c3a246d5a8dd (patch)
tree5616f0fc3dbfa8aa8c2be202975543ed31b2a325 /sc/inc/detfunc.hxx
parent59702d2083b2a5549613be1860e490897fa1bebf (diff)
tdf#133688 tdf#125414 XLSX: don't export tracer arrows
(see Tools->Detective) as plain shapes. Co-authored-by: Balázs Regényi Change-Id: I920445637a6be12169ae7d70295e4460d7f9b26b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101845 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'sc/inc/detfunc.hxx')
-rw-r--r--sc/inc/detfunc.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/detfunc.hxx b/sc/inc/detfunc.hxx
index 28394627e913..b8d1d2c0bc81 100644
--- a/sc/inc/detfunc.hxx
+++ b/sc/inc/detfunc.hxx
@@ -42,10 +42,11 @@ enum ScDetectiveObjType
SC_DETOBJ_ARROW,
SC_DETOBJ_FROMOTHERTAB,
SC_DETOBJ_TOOTHERTAB,
- SC_DETOBJ_CIRCLE
+ SC_DETOBJ_CIRCLE,
+ SC_DETOBJ_RECTANGLE
};
-class ScDetectiveFunc
+class SC_DLLPUBLIC ScDetectiveFunc
{
static Color nArrowColor;
static Color nErrorColor;