Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/extensions/spellcheck/hunspell/patches/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 728 B image not shown  

Quelle  bug1410214.patch   Sprache: unbekannt

 
Spracherkennung für: .patch vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

diff --git a/src/filemgr.hxx b/src/filemgr.hxx
index 0603b7d72de8..7773a321a66e 100644
--- a/src/filemgr.hxx
+++ b/src/filemgr.hxx
@@ -72,25 +72,6 @@
 #ifndef FILEMGR_HXX_
 #define FILEMGR_HXX_
 
-#include "hunzip.hxx"
-#include <cstdio>
-#include <string>
-#include <fstream>
+#include "mozHunspellRLBoxSandbox.h"
 
-class FileMgr {
- protected:
-  std::ifstream fin;
-  Hunzip* hin;
-  char in[BUFSIZE + 50];  // input buffer
-  int fail(const char* err, const char* par);
-  int linenum;
-
- public:
-  FileMgr(const char* filename, const char* key = nullptr);
-  FileMgr(const FileMgr&) = delete;
-  FileMgr& operator=(const FileMgr&) = delete;
-  ~FileMgr();
-  bool getline(std::string&);
-  int getlinenum();
-};
 #endif

[Dauer der Verarbeitung: 0.16 Sekunden, vorverarbeitet 2026-08-25]