summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-05-03 18:09:15 +0200
committerPetr Mladek <pmladek@suse.cz>2013-05-07 13:21:05 +0200
commit9679b6abb7a44bd11c6d7b440b4d99323f7e651a (patch)
treed4ac1d0fbcf40495652f4c382ce0d8ba89168f00 /comphelper
parentc3b9aa0992887363ae771910b6a4942aab6f67dc (diff)
fdo#48056 treat report chart as draw chart
Change-Id: I0a716b4339747f1994e5c8710e15474807aea4a2 Reviewed-on: https://gerrit.libreoffice.org/3767 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Miklos Vajna <vmiklos@suse.cz>
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/inc/comphelper/classids.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/comphelper/inc/comphelper/classids.hxx b/comphelper/inc/comphelper/classids.hxx
index 416715b24808..4a16e442316f 100644
--- a/comphelper/inc/comphelper/classids.hxx
+++ b/comphelper/inc/comphelper/classids.hxx
@@ -405,6 +405,12 @@
// #110743#
#define BF_SO3_SCH_CLASSID BF_SO3_SCH_CLASSID_50
+// Report chart
+
+#define SO3_RPTCH_CLASSID \
+ 0x80243D39, 0x6741, 0x46C5, 0x92, 0x6E, 0x06, \
+ 0x91, 0x64, 0xFF, 0x87, 0xBB
+
/****************************************************
* StarImage
****************************************************/