mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
It has change tracking enhancements, better autocompletion in Calc, and many compatibility and performance improvements to import/export filters. Since this release, FreeBSD port of LibreOffice include PDFium library. Learn more about LibreOffice 7.3: https://blog.documentfoundation.org/blog/2022/02/02/libreoffice-73-community/ Special thanks to: mikael (for pthread issue hunting) Sponsored by: Netzkommune, GmbH.
11 lines
254 B
Text
11 lines
254 B
Text
--- unoidl/source/sourceprovider-parser.y.orig 2022-01-26 14:35:29 UTC
|
|
+++ unoidl/source/sourceprovider-parser.y
|
|
@@ -10,7 +10,7 @@
|
|
/*TODO: check Exception, RuntimeException, XInterface defns */
|
|
|
|
%locations
|
|
-%pure-parser
|
|
+%define api.pure full
|
|
|
|
%{
|
|
|