xmlhelp/source/treeview/tvread.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e6862e7828ba6bdd63bffd7eeaecc7de5d7d1c2e
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Jul 2 16:07:56 2020 +0200
Commit:     Stephan Bergmann <sberg...@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 <sberg...@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 )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to