summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-02-08 11:00:21 +0100
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-20 01:25:59 -0400
commitef5c4957959d7c0ad9b7bf8cedfae85e7fd77cde (patch)
tree502fc4e29c95ae478a636047a78ffbb8cfec6fa7 /sc
parent1e143858f6e2ec16b71e821f0ee5c207573057ce (diff)
svx: SdrModel::mbTiledRendering is never read
Change-Id: I8571032b5c43a47872cb3364613ffb936624aa2d (cherry picked from commit b7e8306c09d926ad26bbcfd3ea331fff738d0f98)
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/unoobj/docuno.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx
index daa73d3c2d74..f136f0d83b81 100644
--- a/sc/source/ui/unoobj/docuno.cxx
+++ b/sc/source/ui/unoobj/docuno.cxx
@@ -952,7 +952,6 @@ Pointer ScModelObj::getPointer()
void ScModelObj::initializeForTiledRendering(const css::uno::Sequence<css::beans::PropertyValue>& /*rArguments*/)
{
SolarMutexGuard aGuard;
- pDocShell->GetDocument().GetDrawLayer()->setTiledRendering(true);
// show us the text exactly
ScInputOptions aInputOptions(SC_MOD()->GetInputOptions());