https://bugs.documentfoundation.org/show_bug.cgi?id=146139
Bug ID: 146139
Summary: UNO API behaves differently depending on SDK version.
(7.1.x vs. 7.2.x)
Product: LibreOffice
Version: 7.2.4.1 release
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: sdk
Assignee: [email protected]
Reporter: [email protected]
Created attachment 176825
--> https://bugs.documentfoundation.org/attachment.cgi?id=176825&action=edit
Java code that call UNO API.
Description:
The writer documents that generated by using different UNO API SDK with same
java code show difference.
The most difference is that test frame position moved when inserting either
PARA_BREAK character.
Actual Results:
With SDK version 7.1.x.x and LO 7.1.x, Text frame sustains it's position
regardless of inserting PARA_BREAK.
With SDK version 7.2.x.x and LO 7.2.x, Text frame moves it's position by
inserting PARA_BREAK.
Expected Results:
UNO API over different SDK version should have same behavior.
Reproducible: Always
Additional Info:
Java code provided. screen shots are provided too.
--
You are receiving this mail because:
You are the assignee for the bug.