diff options
Diffstat (limited to 'basic/source/sbx/sbxscan.cxx')
-rw-r--r-- | basic/source/sbx/sbxscan.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxscan.cxx b/basic/source/sbx/sbxscan.cxx index 8be89826439b..a2cb4f871621 100644 --- a/basic/source/sbx/sbxscan.cxx +++ b/basic/source/sbx/sbxscan.cxx @@ -20,7 +20,7 @@ #include <config_features.h> #include <vcl/errcode.hxx> -#include <tools/resmgr.hxx> +#include <unotools/resmgr.hxx> #include <basic/sbx.hxx> #include "sbxconv.hxx" @@ -585,7 +585,7 @@ namespace const std::locale& implGetResLocale() { - static std::locale loc(Translate::Create("sb", Application::GetSettings().GetUILanguageTag())); + static std::locale loc(Translate::Create("sb")); return loc; } |