diff options
author | Noel <noel.grandin@collabora.co.uk> | 2021-01-20 14:49:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-01-22 12:41:59 +0100 |
commit | 1414bbf06f376cad4409ff23a635b0605b45ead3 (patch) | |
tree | 5ee19b414452609a982fc4b9a948cbbd5b2f7629 /include/oox | |
parent | 90f2a582a2d5e435012ec38e50022f41b04ae882 (diff) |
find-can-be-private-symbols
update the script to use python3, and run it
Change-Id: I9c2a86e1f7a2eb889dcf214f2a2f6a31ceb1f59e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109710
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/token/tokenmap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/token/tokenmap.hxx b/include/oox/token/tokenmap.hxx index 60dbcee9f9b1..60aeb8082001 100644 --- a/include/oox/token/tokenmap.hxx +++ b/include/oox/token/tokenmap.hxx @@ -36,7 +36,7 @@ namespace oox { -class OOX_DLLPUBLIC TokenMap +class TokenMap { public: explicit TokenMap(); |