diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-05 11:24:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-12-01 12:13:59 +0100 |
commit | e10e5c15cc51d3b2a5e4b699c5f381aa92a17c4e (patch) | |
tree | ddbe3e3146a365f7f2ba79ce73e18568a834d104 /include/xmlreader/pad.hxx | |
parent | fabce43fe1caf3a59a7d9dc1074a74b704f9fa24 (diff) |
improve the script for reducing symbol exports
And apply some of the results
Change-Id: If555476fdd951cbc1d01fb3ef3ab1cbca2b64960
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124896
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmlreader/pad.hxx')
-rw-r--r-- | include/xmlreader/pad.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmlreader/pad.hxx b/include/xmlreader/pad.hxx index 3aa73d57eab4..2c4b0f4c1b21 100644 --- a/include/xmlreader/pad.hxx +++ b/include/xmlreader/pad.hxx @@ -37,7 +37,7 @@ public: template <std::size_t N> void add(char const (&literal)[N]) { add(literal, N - 1); } - void addEphemeral(char const* begin, sal_Int32 length); + SAL_DLLPRIVATE void addEphemeral(char const* begin, sal_Int32 length); void clear(); |