summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-12 11:20:06 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-12 11:58:14 +0300
commitcc4a3f1a88afff114311bddf462ca4bc00a485c7 (patch)
tree1b1bdbd3bdf92229d84924603388251d64f7d8ed /unotools
parent4cbfbf4597f11ac12f3cf066c3eb71de12b858d7 (diff)
Revert "Intermediate commit: un-revert last change"
Makes some SmartArt render better, some a bit worse, and some much worse. Life is hard. This reverts commit f66d64ab2e85f574a4b9f644ef709ff981483836. Change-Id: I18b31deea8c14b401134551e74ba7ba208af3ad9
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/fltrcfg.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/unotools/source/config/fltrcfg.cxx b/unotools/source/config/fltrcfg.cxx
index dc8dbbdd21e3..6c2c473da3ec 100644
--- a/unotools/source/config/fltrcfg.cxx
+++ b/unotools/source/config/fltrcfg.cxx
@@ -584,24 +584,8 @@ void SvtFilterOptions::SetImpress2PowerPoint( bool bFlag )
SetModified();
}
-static bool lcl_DoTiledRendering()
-{
-#if !HAVE_FEATURE_DESKTOP
- // We do tiled rendering only for iOS at the moment, actually, but
- // let's see what happens if we assume it for Android, too.
- return true;
-#else
- // We need some way to know globally if this process will use
- // tiled rendering or not. Or should this be a per-window setting?
- // Or what?
- return false;
-#endif
-}
-
bool SvtFilterOptions::IsSmartArt2Shape() const
{
- if (lcl_DoTiledRendering())
- return true;
return pImp->IsFlag( FILTERCFG_SMARTART_SHAPE_LOAD );
}