https://bugs.documentfoundation.org/show_bug.cgi?id=152619
Bug ID: 152619
Summary: Basic, Writer: Trying to inspect a just created not
yet inserted instance of textfield.DateTime in the IDE
causes a crash.
Product: LibreOffice
Version: 6.4.5.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: [email protected]
Reporter: [email protected]
New TextDocument, new Basic module
Sub testThis()
dtField = ThisComponent.createInstance("com.sun.star.text.textfield.DateTime")
REM No error
REM Try to inspect the new instance: Full crash.
End Sub
The baby DateTime field inserted into the text -even if not additionally
initialized- accepts inspection without the crash.
It is a regression. Up to V 5.4.4 I didn't get the crash.
Versions 6.4.5 and higher (including 7.5.0.0.beta1) showed the bug.
--
You are receiving this mail because:
You are the assignee for the bug.