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 /vcl | |
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 'vcl')
-rw-r--r-- | vcl/inc/pdf/ExternalPDFStreams.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/pdf/ExternalPDFStreams.hxx b/vcl/inc/pdf/ExternalPDFStreams.hxx index f47aa56578d8..dc484e1dd15b 100644 --- a/vcl/inc/pdf/ExternalPDFStreams.hxx +++ b/vcl/inc/pdf/ExternalPDFStreams.hxx @@ -53,7 +53,7 @@ struct VCL_DLLPUBLIC ExternalPDFStream }; // Class to manage external PDF streams, for the de-duplication purpose. -class VCL_DLLPUBLIC ExternalPDFStreams +class ExternalPDFStreams { private: std::map<std::vector<sal_uInt8>, sal_Int32> maStreamIndexMap; |