diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-01-22 09:14:25 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-01-22 09:15:21 +0100 |
commit | fb7edcd806aad98ad61e60b4165771ca3ae13ef3 (patch) | |
tree | cec832e024f69595a20dcd1e41611a913b44d094 /sw | |
parent | 49a829bf9d97ddda145b215a5928dd822efa8518 (diff) |
editeng: ImpEditView::mbTiledRendering is never read
Change-Id: Ie8e33d075f0cedbb9f7148717c4318f4494ed419
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/docvw/PostItMgr.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/docvw/SidebarWin.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/uibase/docvw/PostItMgr.cxx b/sw/source/uibase/docvw/PostItMgr.cxx index 86be22085bfb..d968eb22bc17 100644 --- a/sw/source/uibase/docvw/PostItMgr.cxx +++ b/sw/source/uibase/docvw/PostItMgr.cxx @@ -889,7 +889,6 @@ void SwPostItMgr::registerLibreOfficeKitCallback(LibreOfficeKitCallback pCallbac if (!pPostIt) continue; - pPostIt->GetOutlinerView()->setTiledRendering(comphelper::LibreOfficeKit::isActive()); pPostIt->GetOutlinerView()->registerLibreOfficeKitCallback(pCallback, pData, pSearchable); } } diff --git a/sw/source/uibase/docvw/SidebarWin.cxx b/sw/source/uibase/docvw/SidebarWin.cxx index 57374acb05aa..97d9767ad86d 100644 --- a/sw/source/uibase/docvw/SidebarWin.cxx +++ b/sw/source/uibase/docvw/SidebarWin.cxx @@ -618,7 +618,6 @@ void SwSidebarWin::InitControls() LibreOfficeKitCallback pCallback = nullptr; void* pData = nullptr; pDrawModel->getLibreOfficeKitCallback(pCallback, pData); - mpOutlinerView->setTiledRendering(comphelper::LibreOfficeKit::isActive()); mpOutlinerView->registerLibreOfficeKitCallback(pCallback, pData, pDrawModel); } |