Fix TDE filepickers in OpenOffice

v3.5.13-sru
Timothy Pearson 13 years ago
parent c7c6615d7a
commit d6e83c661c

@ -0,0 +1,3 @@
This patchset is intended for Debian and has not been tested on other systems, however the patch libreoffice-trinity.diff should apply cleanly to a stock LibreOffice source tree and function properly if enabled.
After patch application, you will need to rerun autoconf from within the libreoffice-build directory in order to apply the changes made to configure.in

@ -10604,7 +10604,7 @@ diff -urN libreoffice-build/patches/dev300/trinity-modules.diff libreoffice-buil
++#endif
++
++ // The executable name
++ const char *pFname = "tdefilepicker";
++ char pFname[1024]; snprintf(pFname, sizeof pFname, "%s/%s", getenv("OLDPWD"), "tdefilepicker");
++
++ // ID of the main window
++ const int nIdLen = 20;

Loading…
Cancel
Save