summaryrefslogtreecommitdiff
path: root/framework/source/services/license.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/services/license.cxx')
-rw-r--r--framework/source/services/license.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/source/services/license.cxx b/framework/source/services/license.cxx
index 0d5a874256c6..86b2defa9226 100644
--- a/framework/source/services/license.cxx
+++ b/framework/source/services/license.cxx
@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <config_folders.h>
+
#include <services/license.hxx>
#include <threadhelp/resetableguard.hxx>
#include <macros/debug.hxx>
@@ -68,7 +70,7 @@ using ::Time;
using ::DateTime;
// license file name
-static const char *szLicensePath = "/share/readme";
+static const char *szLicensePath = "/" LIBO_SHARE_FOLDER "/readme";
#ifdef UNX
static const char *szUNXLicenseName = "/LICENSE";
static const char *szUNXLicenseExt = "";