From e189a3f5b5c4f381dcf109eb9a2ee9b6d32d5551 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 1 Dec 2019 18:53:48 +0200 Subject: make some classes module private Mark some stuff SAL_DLLPUBLIC_RTTI in include/vcl/metaact.hxx in order to make ASAN happy. Change-Id: I97febe0968bf58b9cbe60ce647f0ada25e6f4bb0 Reviewed-on: https://gerrit.libreoffice.org/84202 Tested-by: Jenkins Reviewed-by: Noel Grandin --- helpcompiler/inc/HelpLinker.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'helpcompiler') diff --git a/helpcompiler/inc/HelpLinker.hxx b/helpcompiler/inc/HelpLinker.hxx index 076141e39b92..24bcb9ebd041 100644 --- a/helpcompiler/inc/HelpLinker.hxx +++ b/helpcompiler/inc/HelpLinker.hxx @@ -47,11 +47,11 @@ public: void processDocument( xmlDocPtr doc, const std::string& EncodedDocPath ); }; -class L10N_DLLPUBLIC HelpLinker +class HelpLinker { public: /// @throws HelpProcessingException - void main(std::vector &args, + L10N_DLLPUBLIC void main(std::vector &args, std::string const * pExtensionPath = nullptr, std::string const * pDestination = nullptr, const OUString* pOfficeHelpPath = nullptr ); -- cgit