diff options
Diffstat (limited to 'sccomp/source/solver')
-rw-r--r-- | sccomp/source/solver/SolverComponent.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sccomp/source/solver/SolverComponent.cxx b/sccomp/source/solver/SolverComponent.cxx index 134226d02a55..6e52ebc8653a 100644 --- a/sccomp/source/solver/SolverComponent.cxx +++ b/sccomp/source/solver/SolverComponent.cxx @@ -28,7 +28,7 @@ #include <cppuhelper/supportsservice.hxx> #include <vector> -#include <tools/resmgr.hxx> +#include <unotools/resmgr.hxx> #include <vcl/settings.hxx> #include <vcl/svapp.hxx> @@ -46,7 +46,7 @@ using namespace com::sun::star; OUString SolverComponent::GetResourceString(const char* pId) { - static std::locale loc = Translate::Create("scc", Application::GetSettings().GetUILanguageTag()); + static std::locale loc = Translate::Create("scc"); return Translate::get(pId, loc); } |