[Libreoffice-commits] core.git: xmlhelp/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 2 16:46:03 UTC 2020
xmlhelp/source/treeview/tvread.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e6862e7828ba6bdd63bffd7eeaecc7de5d7d1c2e
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Jul 2 16:07:56 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Jul 2 18:45:20 2020 +0200
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 at redhat.com>
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 )
More information about the Libreoffice-commits
mailing list