Kaydet (Commit) 912beb5b authored tarafından Olivier Hallot's avatar Olivier Hallot Kaydeden (comit) Katarina Behrens

Make screenshot folders = ALL_LANGS

Makes it easier to copy to help media files.

Change-Id: I0f0c9272fbc0f8df826af74ff79bfbb171a17a65
Reviewed-on: https://gerrit.libreoffice.org/53903Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
üst 695a4302
......@@ -16,7 +16,6 @@
#include <vcl/pngwrite.hxx>
#include <vcl/svapp.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/syslocaleoptions.hxx>
namespace {
......@@ -39,8 +38,7 @@ ScreenshotTest::ScreenshotTest()
: m_aScreenshotDirectory("screenshots"),
maKnownDialogs()
{
SvtSysLocaleOptions localeOptions;
maCurrentLanguage = localeOptions.GetRealUILanguageTag().getBcp47();
maCurrentLanguage = OUString::fromUtf8(getenv("LO_TEST_LOCALE"));
}
ScreenshotTest::~ScreenshotTest()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment