-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 2efae03.
- Loading branch information
Showing
5 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -76,6 +76,7 @@ | |
| #include "hunvisapi.h" | ||
| #include "w_char.hxx" | ||
| #include "atypes.hxx" | ||
| #include "csutil.hxx" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
dimztimz
Author
Contributor
|
||
| #include <string> | ||
| #include <vector> | ||
|
|
||
|
|
@@ -214,6 +215,8 @@ class LIBHUNSPELL_DLL_EXPORTED Hunspell { | |
| const std::string& get_wordchars_cpp() const; | ||
| const std::vector<w_char>& get_wordchars_utf16() const; | ||
|
|
||
| struct cs_info* get_csconv(); | ||
|
|
||
| const char* get_version() const; | ||
| const std::string& get_version_cpp() const; | ||
|
|
||
|
|
||
Maybe use
struct cs_info;but it's not required for return types. So, drop the lineto avoid breaking libreoffice.