12 lines
304 B
Diff
12 lines
304 B
Diff
--- a/src/lib/IWORKTable.cpp
|
|
+++ b/src/lib/IWORKTable.cpp
|
|
@@ -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;
|