diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-13 15:51:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-13 15:53:42 +0100 |
commit | bca8d8985666d3fd22b91eb280f9baaeb933c2d0 (patch) | |
tree | 742dcec32e392f2dbac3c0591d015cc07e55a0e0 /svx | |
parent | 8840fd3226f0f23ce41273e2abebb9a7ac1eb08b (diff) |
Resolves: tdf#90583 3D pie-chart missing guide handles
partial revert of
commit db1d2af02861b49e4f53d726d59cd71c20cee9b1
Author: Armin Le Grand <alg@apache.org>
Date: Tue Feb 18 21:18:13 2014 +0000
Resolves: #i123539# some optimizations for 3D chart...
geometry creation using UNO API
(cherry picked from commit bbe35be767d76d08891c4f3d3600d80e0e6805f2)
Change-Id: If35f05fb62230e90cfc43a0beac053e8a87820d4
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/engine3d/scene3d.cxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/svx/source/engine3d/scene3d.cxx b/svx/source/engine3d/scene3d.cxx index 9805fb54e589..2876b4d0b6b9 100644 --- a/svx/source/engine3d/scene3d.cxx +++ b/svx/source/engine3d/scene3d.cxx @@ -380,14 +380,7 @@ void E3dScene::NewObjectInserted(const E3dObject* p3DObj) void E3dScene::StructureChanged() { E3dObject::StructureChanged(); - - if(!GetModel() || !GetModel()->isLocked()) - { - // #i123539# optimization for 3D chart object generation: do not reset - // already calculated scene projection data every time an object gets - // initialized - SetRectsDirty(); - } + SetRectsDirty(); ImpCleanup3DDepthMapper(); } |