summaryrefslogtreecommitdiff
path: root/comphelper/inc/pch/precompiled_comphelper.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2020-02-01 10:33:23 +0100
committerLuboš Luňák <l.lunak@collabora.com>2020-02-01 20:12:07 +0100
commit961f7e8ec8ef188c361b2b20b60b95e78ecccd33 (patch)
tree5aafafd5d36dd77e038bba0cab71588d1d2d5286 /comphelper/inc/pch/precompiled_comphelper.hxx
parent0754e581b0d8569dd08cf26f88678754f249face (diff)
move internal inline function from .hxx to .cxx
This normally wouldn't make a difference, but it does when building with Clang's -fmodules-codegen to collect duplicated templates, inlines, etc. into extra .o file. The inline calling the template is emitted in that .o, but the template is defined only in the .cxx and not referenced from it, so it's never emitted. Change-Id: I8b49030f2be6146ca1e2cd5e35734c0db6cca394 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87798 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'comphelper/inc/pch/precompiled_comphelper.hxx')
0 files changed, 0 insertions, 0 deletions