diff options
Diffstat (limited to 'xmlhelp/source/treeview/tvread.cxx')
-rw-r--r-- | xmlhelp/source/treeview/tvread.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx index 922a418d401f..e71f24b4f6ad 100644 --- a/xmlhelp/source/treeview/tvread.cxx +++ b/xmlhelp/source/treeview/tvread.cxx @@ -825,7 +825,6 @@ void TVChildTarget::subst( OUString& instpath ) instpath = aOptions.SubstituteVariable( instpath ); } -// class TreeFileIterator static const char aHelpMediaType[] = "application/vnd.sun.star.help"; @@ -1022,7 +1021,6 @@ void TreeFileIterator::implGetLanguageVectorFromPackage( ::std::vector< OUString } } -// class TreeFileIterator OUString TreeFileIterator::nextTreeFile( sal_Int32& rnFileSize ) { |