To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66722
------- Additional comments from [EMAIL PROTECTED] Thu Jul 20 06:03:45 -0700
2006 -------
Sorry to jump in the discussion late, but I was on vacation.
Yes, you can consider me as responsible for the kdebe part of this issue.
I already chose the 1.2 way (one single wrapper) in
connectivity/source/drivers/kab/ and it is already implemented in the kabparam
CWS. I like this solution because it rejects the problem where it belongs to :
to Qt and KDE libraries.
I am attaching the header file for the kab case, so you can see a trick based
on #define's to make it easy with one single header. In the calling file one
may find things like;
#define KDE_HEADERS_WANT_KAPPLICATION
#define KDE_HEADERS_WANT_KCMDLINEARGS
#include "kde_headers.hxx"
1.4 is conceptually clean too, but puts a constraint on the person building
and that's not too good.
So my vote goes to 1.2. The kde_headers.hxx file from kab/ driver could ven be
made very general for all KDE-related stuff. kendy, do you agree?
---------------------------------------------------------------------
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]