diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-12-15 18:22:34 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-12-15 19:55:46 +0200 |
commit | 2f9ac73b80d65212eabc4ae753fab237474d0733 (patch) | |
tree | 0de30634132bd0a564136a7afca6246fbf347d80 /svx/source/tbxctrls | |
parent | b716be0c06dd1385eb7ca1c4161233ee7e19314a (diff) |
The likely useless ImplDoTiledRendering() is used in vcl only
So move it to a locale include file in vcl. Now <vcl/window.hxx> does
not need to include <config_features.h>.
As such it is questionable whether what ImplDoTiledRendering()
currently does makes any sense; de facto it now just means that we are
on iOS. We have comphelper::LibreOfficeKit::isActive() which probably
is what should be used to test whether tiled rendering is used. At
least in the cases where LibreOfficeKit's "unstable" API is used for
tasks that involve rendering of tiles. Hmm, that sounds like a
circular argument.
Change-Id: I52c984aec7510526c5294579966345b8340c8642
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r-- | svx/source/tbxctrls/tbunosearchcontrollers.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/tbxctrls/tbunosearchcontrollers.cxx b/svx/source/tbxctrls/tbunosearchcontrollers.cxx index 4912f328b433..0ae19d6d0179 100644 --- a/svx/source/tbxctrls/tbunosearchcontrollers.cxx +++ b/svx/source/tbxctrls/tbunosearchcontrollers.cxx @@ -19,6 +19,8 @@ #include <tbunosearchcontrollers.hxx> +#include <config_features.h> + #include <svx/dialogs.hrc> #include <svx/dialmgr.hxx> |