summaryrefslogtreecommitdiffstats
path: root/drawinglayer/source/primitive2d/BufferedDecompositionPrimitive2D.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2024-02-03 14:18:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-02-04 11:31:54 +0100
commit14f6b169b5d04f4bfcb28bf7e10fad21dc6f191c (patch)
treecae58d755c9cd4c95af6aca37d0080cd42fc3ef5 /drawinglayer/source/primitive2d/BufferedDecompositionPrimitive2D.cxx
parentuse ViewShell DOCCOLOR when available for charts (diff)
downloadcore-14f6b169b5d04f4bfcb28bf7e10fad21dc6f191c.tar.gz
core-14f6b169b5d04f4bfcb28bf7e10fad21dc6f191c.zip
Move mnTransparenceForShadow down to SdrCellPrimitive2D
where it belongs. It appears it was only put into BufferedDecompositionPrimitive2D so that it can be accessed by Primitive2DXmlDump, so fix that by creating an extended version of the dumper for use in svx. Change-Id: Idb0b849c4fa538bbede882e48c2d090669c2325a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162949 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'drawinglayer/source/primitive2d/BufferedDecompositionPrimitive2D.cxx')
-rw-r--r--drawinglayer/source/primitive2d/BufferedDecompositionPrimitive2D.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/drawinglayer/source/primitive2d/BufferedDecompositionPrimitive2D.cxx b/drawinglayer/source/primitive2d/BufferedDecompositionPrimitive2D.cxx
index 22b6450e7f2d..92d32a4dd73a 100644
--- a/drawinglayer/source/primitive2d/BufferedDecompositionPrimitive2D.cxx
+++ b/drawinglayer/source/primitive2d/BufferedDecompositionPrimitive2D.cxx
@@ -109,7 +109,6 @@ BufferedDecompositionPrimitive2D::BufferedDecompositionPrimitive2D()
, maCallbackTimer()
, maCallbackLock()
, maCallbackSeconds(0)
- , mnTransparenceForShadow(0)
{
}