summaryrefslogtreecommitdiffstats
path: root/main/thirdparty/libreoffice/3.3.2/patches/libreoffice-trinity.diff
diff options
context:
space:
mode:
Diffstat (limited to 'main/thirdparty/libreoffice/3.3.2/patches/libreoffice-trinity.diff')
-rw-r--r--main/thirdparty/libreoffice/3.3.2/patches/libreoffice-trinity.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/thirdparty/libreoffice/3.3.2/patches/libreoffice-trinity.diff b/main/thirdparty/libreoffice/3.3.2/patches/libreoffice-trinity.diff
index 7431c4c29..812e4b0ee 100644
--- a/main/thirdparty/libreoffice/3.3.2/patches/libreoffice-trinity.diff
+++ b/main/thirdparty/libreoffice/3.3.2/patches/libreoffice-trinity.diff
@@ -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;