| Summary: | FORMATTING: Default font for headers/footers in CSV-like file changed from 6.3.3 and up | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Naram Qashat <cyberbotx> |
| Component: | Calc | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 6.3.3.1 rc | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Windows (All) | ||
| Whiteboard: | target:6.4.0.1 target:6.3.4 target:6.5.0 target:6.3.5 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Naram Qashat
2019-12-04 19:48:15 UTC
Regression after https://git.libreoffice.org/core/+/2cebba0e4042ca2cab37cf38874c2576c2ac6a6f CC: Caolan: could you please take a look? gah!, EditEngine has a non-virtual void SetText( const EditTextObject& rTextObject ); ScEditEngineDefaulter inherit from EditEngine and does using EditEngine::SetText void SetText( const EditTextObject& rTextObject ); so has another with the same signature that does something different, to calling via an EditEngine pointer got the base version Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/core/commit/b00346bcb81535b4a5c79a4ad450bb11bd663182 Resolves: tdf#129191 text properties in header/footer not set It will be available in 6.4.0.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-3-4": https://git.libreoffice.org/core/commit/54858bbc2ccd93a256d10ad155638da92e4126fd Resolves: tdf#129191 text properties in header/footer not set It will be available in 6.3.4. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/1ca9c335a564babbfd19801129c1e010666cdf60 Resolves: tdf#129191 text properties in header/footer not set It will be available in 6.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/commit/7a0d7921dd1151427385e1b07398fffe1550c772 Resolves: tdf#129191 text properties in header/footer not set It will be available in 6.3.5. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. I just installed 6.3.4.2, and it looks like now it is defaulting to Calibri Regular 12 pt instead of the Default style's Liberation Sans Regular 10 pt. Oops, false alarm, it was because I copied and pasted from another document that was using Calibri 12 pt. It is actually using Liberation Sans 10 pt as expected. A polite ping to Caolán McNamara: Is this bug fixed? if so, could you please close it as RESOLVED FIXED ? Otherwise, Could you please explain what's missing? Thanks (In reply to Naram Qashat from comment #8) > Oops, false alarm, it was because I copied and pasted from another document > that was using Calibri 12 pt. It is actually using Liberation Sans 10 pt as > expected. Setting to VERIFIED then. @Caolán, thanks for fixing it! |