diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-08 11:00:21 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-02-08 11:00:40 +0100 |
commit | b7e8306c09d926ad26bbcfd3ea331fff738d0f98 (patch) | |
tree | 504d4dbfc624428bb06d6bfd959847bb3d9daf96 /sw | |
parent | c64ea526dc71da6e3aad188ac71e58047ed74b5a (diff) |
svx: SdrModel::mbTiledRendering is never read
Change-Id: I8571032b5c43a47872cb3364613ffb936624aa2d
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/uno/unotxdoc.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/uibase/uno/unotxdoc.cxx b/sw/source/uibase/uno/unotxdoc.cxx index a6e4719fd477..aedf88ce7695 100644 --- a/sw/source/uibase/uno/unotxdoc.cxx +++ b/sw/source/uibase/uno/unotxdoc.cxx @@ -3232,8 +3232,6 @@ void SwXTextDocument::initializeForTiledRendering(const css::uno::Sequence<css:: { SolarMutexGuard aGuard; - // Call setTiledRendering() first, so that when we change the view layout, - // we already don't center the pages. SwDoc* pDoc = pDocShell->GetDoc(); SwViewShell* pViewShell = pDoc->getIDocumentLayoutAccess().GetCurrentViewShell(); |