Apache OpenOffice (AOO) Bugzilla – Issue 79098
runner: com::sun::star::awt::UnoControlScrollBarModel::Tabstop
Last modified: 2013-02-24 21:07:40 UTC
the optional property "Tabstop" should return "boolean" but I get a XInterface To reproduce this behavior just start your office with parameter "-accept=socket,host=0,port=8100;urp;" and call inside a solar shell: checkapi -o forms.OScrollBarModel::com::sun::star::awt::UnoControlScrollBarModel
seems to be a solaris only problem
AWt is CD's responsibility nowadays. fs->cd: I somehow doubt this bug, this would break a lot of functionality in OOo if it were the case ...
cd: Sounds very strange to me.
cd->cn: Back to you. This is not a regression. The property "Tabstop" has the following property flags "MAYBEVOID", "BOUND" and "MAYBEDEFAULT". These flags are set for Tabstop for more than 2 years. Therefore it's allowed that this property returns VOID. I don't know why VOID is mapped to com.sun.star.XInterface, but this looks more like a Java UNO runtime implementation issue.
accepted
change summary: interface test is valid for several implementations
change owner