summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej.hunt@collabora.com>2014-07-18 10:00:42 +0200
committerAndrzej Hunt <andrzej@ahunt.org>2014-08-19 14:03:55 +0200
commit2478f38a79abf6942d0909c9eb1f5424915e03dd (patch)
tree530f32f587dafd5477c995165260aed81adcd6fe
parentbb7d7e28e74bc6493600b1a3a9fd011e29907717 (diff)
Bin outdated / incorrect comment.
Change-Id: I7b8f97377b9606a2228f172f772d8051a64703d2
-rw-r--r--desktop/source/lib/init.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 1d29b581166f..e2f3704e3f9f 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -691,10 +691,7 @@ static int lo_initialize(LibreOfficeKit* pThis, const char* pAppPath)
initialize_uno(aAppURL);
force_c_locale();
- // Force headless
- // the "svp" headless vcl backend isn't able to do tiled rendering for
- // us -- we need to use a full featured backend, i.e. "gen" or "gtk",
- // gtk seems to be somewhat better.
+ // Force headless -- this is only for bitmap rendering.
rtl::Bootstrap::set("SAL_USE_VCLPLUGIN", "svp");
// InitVCL();
// InitVCL() happens in soffice_main for us -- and we can't call InitVCL twice