diff options
Diffstat (limited to 'xmlhelp/source')
-rw-r--r-- | xmlhelp/source/treeview/tvread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx index 23c1d1b23a6d..930bbbeb4a6c 100644 --- a/xmlhelp/source/treeview/tvread.cxx +++ b/xmlhelp/source/treeview/tvread.cxx @@ -871,7 +871,7 @@ void TVChildTarget::subst( OUString& instpath ) const // class ExtensionIteratorBase -static OUString aHelpMediaType("application/vnd.sun.star.help"); +static const char aHelpMediaType[] = "application/vnd.sun.star.help"; ExtensionIteratorBase::ExtensionIteratorBase( const OUString& aLanguage ) : m_eState( USER_EXTENSIONS ) |