summaryrefslogtreecommitdiffstats
path: root/helpcompiler/inc/compilehelp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'helpcompiler/inc/compilehelp.hxx')
-rw-r--r--helpcompiler/inc/compilehelp.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/helpcompiler/inc/compilehelp.hxx b/helpcompiler/inc/compilehelp.hxx
index cbac6e6c87b9..4ef706d32388 100644
--- a/helpcompiler/inc/compilehelp.hxx
+++ b/helpcompiler/inc/compilehelp.hxx
@@ -42,8 +42,8 @@ enum HelpProcessingErrorClass
struct HelpProcessingErrorInfo
{
HelpProcessingErrorClass m_eErrorClass;
- rtl::OUString m_aErrorMsg;
- rtl::OUString m_aXMLParsingFile;
+ OUString m_aErrorMsg;
+ OUString m_aXMLParsingFile;
sal_Int32 m_nXMLParsingLine;
HelpProcessingErrorInfo( void )
@@ -58,11 +58,11 @@ struct HelpProcessingErrorInfo
// Returns true in case of success, false in case of error
HELPLINKER_DLLPUBLIC bool compileExtensionHelp
(
- const rtl::OUString& aOfficeHelpPath,
- const rtl::OUString& aExtensionName,
- const rtl::OUString& aExtensionLanguageRoot,
- sal_Int32 nXhpFileCount, const rtl::OUString* pXhpFiles,
- const rtl::OUString& aDestination,
+ const OUString& aOfficeHelpPath,
+ const OUString& aExtensionName,
+ const OUString& aExtensionLanguageRoot,
+ sal_Int32 nXhpFileCount, const OUString* pXhpFiles,
+ const OUString& aDestination,
HelpProcessingErrorInfo& o_rHelpProcessingErrorInfo
);