Commit 7a8adcfce1019b95989ee828fb3b72000cb6aeb3
1 parent
bd8464e6
KTS-673
"The search algorithm needs some work" Updated. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7466 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
2 deletions
search2/indexing/extractors/OOSpreadsheetExtractor.inc.php
| 1 | <?php | 1 | <?php |
| 2 | 2 | ||
| 3 | -require_once('OOPDFTextExtractor.inc.php'); | 3 | +require_once('OOTextExtractor.inc.php'); |
| 4 | 4 | ||
| 5 | -class OOSpreadsheetExtractor extends OOPDFTextExtractor | 5 | +class OOSpreadsheetExtractor extends OOTextExtractor |
| 6 | { | 6 | { |
| 7 | public function getDisplayName() | 7 | public function getDisplayName() |
| 8 | { | 8 | { |