Kaydet (Commit) 90018342 authored tarafından Andrzej Hunt's avatar Andrzej Hunt Kaydeden (comit) Tomaž Vajngerl

Bin outdated / incorrect comment.

Change-Id: I7b8f97377b9606a2228f172f772d8051a64703d2
üst ad2c68fb
...@@ -678,10 +678,7 @@ static int lo_initialize(LibreOfficeKit* pThis, const char* pAppPath) ...@@ -678,10 +678,7 @@ static int lo_initialize(LibreOfficeKit* pThis, const char* pAppPath)
initialize_uno(aAppURL); initialize_uno(aAppURL);
force_c_locale(); force_c_locale();
// Force headless // Force headless -- this is only for bitmap rendering.
// 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.
rtl::Bootstrap::set("SAL_USE_VCLPLUGIN", "svp"); rtl::Bootstrap::set("SAL_USE_VCLPLUGIN", "svp");
// InitVCL(); // InitVCL();
// InitVCL() happens in soffice_main for us -- and we can't call InitVCL twice // InitVCL() happens in soffice_main for us -- and we can't call InitVCL twice
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment