summaryrefslogtreecommitdiffstats
path: root/helpcompiler/inc/HelpLinker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'helpcompiler/inc/HelpLinker.hxx')
-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 3fdbbe015230..9002445e3784 100644
--- a/helpcompiler/inc/HelpLinker.hxx
+++ b/helpcompiler/inc/HelpLinker.hxx
@@ -50,8 +50,8 @@ class L10N_DLLPUBLIC HelpLinker
public:
/// @throws HelpProcessingException
void main(std::vector<std::string> &args,
- std::string* pExtensionPath = nullptr,
- std::string* pDestination = nullptr,
+ std::string const * pExtensionPath = nullptr,
+ std::string const * pDestination = nullptr,
const OUString* pOfficeHelpPath = nullptr );
HelpLinker()