summaryrefslogtreecommitdiff
path: root/sal/osl/unx/soffice.cxx
AgeCommit message (Collapse)AuthorFilesLines
2019-08-30Replace is_soffice_Impl hack with a better(?) hackStephan Bergmann1-0/+25
...that involves adding a second, one-off special meaning to the existing sal_detail_initialize function. This at least gets rid of the "osl_getExecutableFile contains 'soffice' substring" guesswork (and of the osl_systemPathGetFileNameOrLastDirectoryPart call there, which is what I'm actually after, for a different change to come). Change-Id: I4dd6eef1fd0411bf66943ffea415876c92d08526 Reviewed-on: https://gerrit.libreoffice.org/78291 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>