summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej.hunt@collabora.com>2014-07-18 10:00:42 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2014-12-04 12:22:59 +0100
commit9001834224d6ded520505653c03333259c0fc963 (patch)
tree62e051c1ec921218452c20bab25e7a91bc084c91 /desktop
parentAdd OfficeIPCThread::WaitForReady. (diff)
downloadcore-9001834224d6ded520505653c03333259c0fc963.tar.gz
core-9001834224d6ded520505653c03333259c0fc963.zip
Bin outdated / incorrect comment.
Change-Id: I7b8f97377b9606a2228f172f772d8051a64703d2
Diffstat (limited to 'desktop')
-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 cc2972175a91..cb5533ea15f3 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -678,10 +678,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