summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-03-28 23:37:02 +0200
committerTor Lillqvist <tml@collabora.com>2015-03-29 01:56:37 +0200
commitd61c7573d7345a3b57a9e71740ff8f50ee40116e (patch)
tree1cae2a25004453e1c73483f2f17b1cc7b8f4ce85 /desktop
parent8c100755ba5c2a097b3d12c60fde6d3b1f1f606c (diff)
Add a comment
Change-Id: Ic9da4b8cb28f0789cefa8cf1eb3073424f6ea552
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index e137cb11f9c7..bdab4850f4e2 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -890,6 +890,9 @@ static int lo_initialize(LibreOfficeKit* pThis, const char* pAppPath)
Application::EnableHeadlessMode(true);
Application::EnableConsoleOnly();
+ // This is horrible crack. I really would want to go back to simply just call
+ // InitVCL() here. The OfficeIPCThread thing is just horrible.
+
// We could use InitVCL() here -- and used to before using soffice_main,
// however that now deals with the initialisation for us (and it's not
// possible to try to set up VCL twice.