diff --git a/office/misc/libetonyek/actions.py b/office/misc/libetonyek/actions.py
index 13aed59b03..579b966eae 100644
--- a/office/misc/libetonyek/actions.py
+++ b/office/misc/libetonyek/actions.py
@@ -13,7 +13,7 @@ i = ''.join([
' --disable-werror',
' --disable-static',
' --without-docs',
- ' --with-mdds=2.1 '
+ ' --with-mdds=3.0 '
])
def setup():
diff --git a/office/misc/libetonyek/files/mdds3.patch b/office/misc/libetonyek/files/mdds3.patch
new file mode 100644
index 0000000000..9d1d21dd86
--- /dev/null
+++ b/office/misc/libetonyek/files/mdds3.patch
@@ -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;
diff --git a/office/misc/libetonyek/pspec.xml b/office/misc/libetonyek/pspec.xml
index 5cc03fb0b7..38506dac3b 100644
--- a/office/misc/libetonyek/pspec.xml
+++ b/office/misc/libetonyek/pspec.xml
@@ -27,6 +27,7 @@
+ mdds3.patch
@@ -64,9 +65,9 @@
- 2025-02-09
+ 2025-05-08
0.1.12
- Version bump.
+ Rebuild.
Pisi Linux Community
admin@pisilinux.org