summaryrefslogtreecommitdiff
path: root/vcl/Executable_svdemo.mk
AgeCommit message (Collapse)Author
2022-01-21tdf#146478 vcl: vcldemo and other vcl examples segfault on closeChris Sherlock
We need to call on framework's shutdown to cleanup after ourselves properly. This has only become apparent after commit 6e35794ca where we assert if we try to dispose to process's component context before we shutdown the app properly. During this we also noticed that we got a warning: warn:i18nlangtag:1855739:1855739:i18nlangtag/source/isolang/mslangid.cxx:105: MsLangId::getConfiguredSystemLanguage() - not configured yet So I have fixed this by configuring the system language at init. Change-Id: I3cb73b1dad84f1097696c15e5c845d97fa58befa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127796 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>
2021-11-15Remove unused header path: vcl workben makefilesHossein
Removed boost and other unused header paths from vcl workbench makefiles. Change-Id: Ie8a3abdf599c397a8a75c251a4e530d34e5bb806 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125175 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2015-03-19There are no include files in solenv/incTor Lillqvist
Change-Id: I69f20c3632c0bee7a3189aaa5a96bd9fff2da222
2014-05-17vcl: fixup svdemoChris Sherlock
Change-Id: Ifb7cc12da349fcbcd1d3dc25b64cd2bf3fd7e819 Reviewed-on: https://gerrit.libreoffice.org/9378 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>