Hi,

Normally get/set method pairs at uno level are seen as a property from 
starbasic but when the parameter is a boolean this method pair becomes 
isSomething / setSomething(bool)

IIRC this difference should not affect the basic behaviour, so, even is/set 
method pairs should be mapped as properties in basic.

That said, I've just noticed that in my ooo 2.3.1 - Italian (Linux) , the 
following starbasic code gets an error of "type mismatch" (not sure of the 
translation):

  Dim bModified As Boolean
  bModified = ThisComponent.Modified



This code instead runs without errors:
  bModified = ThisComponent.isModified()


I'm quite sure that in previous versions I never observed this problem. 
can anyone confirm ?



thanks
Paolo M





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

Reply via email to