summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-02 16:07:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-02 18:45:20 +0200
commite6862e7828ba6bdd63bffd7eeaecc7de5d7d1c2e (patch)
tree4d036f43f010c6c4cb4effb87af50b0f1a5c7ba1 /xmlhelp
parent619cf83879143e59dc767f69394cc72a5a6a8d11 (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')
-rw-r--r--xmlhelp/source/treeview/tvread.cxx2
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 )