summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorArmin Le Grand (Allotropia) <Armin.Le.Grand@me.com>2022-04-08 17:38:12 +0200
committerArmin Le Grand <Armin.Le.Grand@me.com>2022-04-11 09:54:33 +0200
commit027db2df5371183136f87e84ec4829d59eef209b (patch)
tree490e5cbfd0404e3b3efb2e37ea9c337da3a2060d /include/oox
parenta5c27f59c4e28d9ec1c1ce8f8c0c5ef6fc68772c (diff)
Advanced Diagram support: Make Style/Theme info available
The Style/Theme information is central for re-creating the Diagram shape representation. Make that data available in the ModelData classes in svx. With that information, a re- creation with all needed attributes is possible, e.g. when the model gets changed (remove/add data entries). Also some cleanups done. Change-Id: Icd925c9731891092f1ddd96c8feb165e1f846f4f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132738 Tested-by: Jenkins Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/shape/ShapeFilterBase.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/oox/shape/ShapeFilterBase.hxx b/include/oox/shape/ShapeFilterBase.hxx
index 200bc92ee492..477060fa6e48 100644
--- a/include/oox/shape/ShapeFilterBase.hxx
+++ b/include/oox/shape/ShapeFilterBase.hxx
@@ -70,8 +70,6 @@ public:
::Color getSchemeColor( sal_Int32 nToken ) const;
- void importTheme();
-
void setGraphicMapper(css::uno::Reference<css::graphic::XGraphicMapper> const & rxGraphicMapper)
{
mxGraphicMapper = rxGraphicMapper;