summaryrefslogtreecommitdiff
path: root/svx/source/dialog/sendreportunx.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/sendreportunx.cxx')
-rw-r--r--svx/source/dialog/sendreportunx.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/dialog/sendreportunx.cxx b/svx/source/dialog/sendreportunx.cxx
index 3271f6803f9c..9a058ad54fc6 100644
--- a/svx/source/dialog/sendreportunx.cxx
+++ b/svx/source/dialog/sendreportunx.cxx
@@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <config_folders.h>
#include "docrecovery.hxx"
#include "osl/file.hxx"
@@ -223,7 +224,7 @@ namespace svx{
}
int ret = -1;
- OUString path1("$BRAND_BASE_DIR/program/crashrep");
+ OUString path1("$BRAND_BASE_DIR/" LIBO_LIBEXEC_FOLDER "/crashrep");
rtl::Bootstrap::expandMacros(path1);
OString path2;
if ((osl::FileBase::getSystemPathFromFileURL(path1, path1) ==