libetonyek needs rebuild.

This commit is contained in:
uglyside
2025-05-08 10:12:56 +03:00
parent ae62ed6d59
commit 1cb4310e1c
3 changed files with 15 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
--- a/src/lib/IWORKTable.cpp 2024-11-05 15:56:01.000000000 -0600
+++ b/src/lib/IWORKTable.cpp 2025-02-07 14:50:09.040442328 -0600
@@ -168,7 +168,7 @@
void writeBorder(librevenge::RVNGPropertyList &props, const char *name, IWORKGridLine_t &line, unsigned index)
{
- if (!line.is_tree_valid())
+ if (!line.valid_tree())
line.build_tree();
IWORKStylePtr_t style;