[Libreoffice-commits] core.git: unotools/source
Tor Lillqvist
tml at collabora.com
Mon May 12 01:59:49 PDT 2014
unotools/source/config/fltrcfg.cxx | 16 ----------------
1 file changed, 16 deletions(-)
New commits:
commit cc4a3f1a88afff114311bddf462ca4bc00a485c7
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon May 12 11:20:06 2014 +0300
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
diff --git a/unotools/source/config/fltrcfg.cxx b/unotools/source/config/fltrcfg.cxx
index dc8dbbd..6c2c473 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 );
}
More information about the Libreoffice-commits
mailing list