To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66722
User sb changed the following:
What |Old value |New value
================================================================================
Assigned to|sb |pjanik
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Jul 12 02:22:06 -0700
2006 -------
@pjanik:
1 shell/source/backends/kdebe is easy to solve, just create a
shell/source/backends/kdebe/kapplication_wrapper.h and include that in
shell/source/backends/kdebe/kdebecdef.cxx, similar to
shell/source/backends/kdebe/qstring_wrapper.h:1.2 and
shell/source/backends/kdebe/kdeinetlayer.hxx:1.3. Can you take care of this?
(I do not have any appropriate CWS open at the moment, either; but let me know
if this is a problem for you.)
2 vcl/unx/kde is more tricky, GCC appears to emit a warning here only at the
end of the compilation unit. Could you please try whether the following patch
helps:
RCS file: /cvs/gsl/vcl/unx/kde/kdewrapper.h,v
retrieving revision 1.2
diff -u -r1.2 kdewrapper.h
--- kdewrapper.h 6 Jul 2006 14:32:09 -0000 1.2
+++ kdewrapper.h 12 Jul 2006 09:21:21 -0000
@@ -81,4 +81,10 @@
#undef Region
+// Explicit instantiation to get warnings within this header instead of at end
+// of compilation unit:
+#if defined __GNUC__
+template QMemArray<QPoint>::QMemArray(int);
+#endif
+
#endif
---------------------------------------------------------------------
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]