From 8119d0ceb7e5d4c6dba406c998ad05f143f36f67 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 26 May 2017 13:23:53 +0100 Subject: writerperfect translations missing persumably because there were never extracted to be available for translation Change-Id: Ib9d37105a41c19898577ba8acec121b87e3af9e5 --- l10ntools/source/localize.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'l10ntools') diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx index 2dfee48d5e88..2d3265871720 100644 --- a/l10ntools/source/localize.cxx +++ b/l10ntools/source/localize.cxx @@ -286,6 +286,7 @@ bool includeProject(const OString& rProject) { "uui", "vcl", "wizards", + "writerperfect", "xmlsecurity" }; for (size_t i = 0; i != SAL_N_ELEMENTS(projects); ++i) { if (rProject == projects[i]) { -- cgit