To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=25832





------- Additional comments from [EMAIL PROTECTED] Fri Aug  3 12:44:42 +0000 
2007 -------
I had some thoughts about this:

It's true that we neither can link nor dlopen() libhspell directly inside OOo,
but who says we need to?

If I am not mistaken and/or oversee something there's two possibilities to add
hspell support:

- We just call the hspell binary. As it then doesn't include hspells code
  it's ok (see the libpaper example)

- The hspell support is not integrated into OOo at all but distributed as
  a standalone extension (like voikko -  http://voikko.sourceforge.net/).
  That would need a overhaul of what you currently do, since you currently
  need internal headers and you then can use the public API only, but if it's
  possible for voikko it probably should for hspell, too?.
  If it's an separate extension, it afais even *is* allowed to link against
  libhspell as the extension itself is then GPL but links with OOos LGPLed
  code (and not vice-vera) which is OK.

I've unfortunately neither the time nor the skills to do either, but...

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to