Apache OpenOffice (AOO) Bugzilla – Issue 23440
Error: Invalid this-pointer
Last modified: 2013-02-07 22:11:43 UTC
The debug output is displayed when adding a dialog via BASIC-IDE. This blocks automated testing of the area (at least with a debug build)
see attachment
switch on all options in VCL Debug Options (CTRL+SHIFT+ALT+D)
TBE->JSK: The reason for this error message is, that the tools macro DBG_CTOR is not used consequently in all constructors of classes which have the tools debugging utilities enabled. Especially if classes are extended by new constructors, those macros are not used anymore. As those macros are used for debugging purposes only, this is no bug in the code. The only effect is, that the debugging information for the developer may not be correct. As discussed with CP, please close this task. For the automated testing you should switch off the VCL debug options, especially Object Tests/This.
This is not a "real" bug so i change the Issue Type to "Enhancement". Maybe we could reflect this task in some coding guideline? -> P3 -> OOo Later jsk->tra: Does there exist a coding guideline for this?
TRA->TBE: If it is a recurring problem its probably worth to be mentioned in the developers guide. Please write an appropriate section and talk to Nikolai Pretzell where in developers guide it fits best.
TBE->TRA: As discussed, this issue is not relevant for the SDK Developers Guide, but for the OO.o coding guidelines. Please discuss this issue in your coding guidelines meeting.
TBE->AB: As discussed to you.
ab->jsk: Is this task still important for anyone / any purpose? Otherwise please close
Assign to new default-assignee