diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-07-02 16:07:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-07-02 18:45:20 +0200 |
commit | e6862e7828ba6bdd63bffd7eeaecc7de5d7d1c2e (patch) | |
tree | 4d036f43f010c6c4cb4effb87af50b0f1a5c7ba1 /xmlhelp/source | |
parent | 619cf83879143e59dc767f69394cc72a5a6a8d11 (diff) |
Upcoming improved loplugin:staticanonymous -> redundantstatic: xmlhelp
Change-Id: I4ea84c662ec481e6dd992e82aa4426dba136aded
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97770
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
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 e56a83975c77..2b09cc452c31 100644 --- a/xmlhelp/source/treeview/tvread.cxx +++ b/xmlhelp/source/treeview/tvread.cxx @@ -830,7 +830,7 @@ void TVChildTarget::subst( OUString& instpath ) } -static const char aHelpMediaType[] = "application/vnd.sun.star.help"; +const char aHelpMediaType[] = "application/vnd.sun.star.help"; TreeFileIterator::TreeFileIterator( const OUString& aLanguage ) : m_eState( IteratorState::UserExtensions ) |