summaryrefslogtreecommitdiff
path: root/helpcompiler
diff options
context:
space:
mode:
Diffstat (limited to 'helpcompiler')
-rw-r--r--helpcompiler/inc/HelpLinker.hxx4
1 files changed, 2 insertions, 2 deletions
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<std::string> &args,
+ L10N_DLLPUBLIC void main(std::vector<std::string> &args,
std::string const * pExtensionPath = nullptr,
std::string const * pDestination = nullptr,
const OUString* pOfficeHelpPath = nullptr );