summaryrefslogtreecommitdiffstats
path: root/formula/source/core/resource/core_resource.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/source/core/resource/core_resource.cxx')
-rw-r--r--formula/source/core/resource/core_resource.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/formula/source/core/resource/core_resource.cxx b/formula/source/core/resource/core_resource.cxx
index b03668d3c783..5163d41b5ae7 100644
--- a/formula/source/core/resource/core_resource.cxx
+++ b/formula/source/core/resource/core_resource.cxx
@@ -19,11 +19,9 @@
#include "core_resource.hxx"
-#include <tools/resmgr.hxx>
+#include <unotools/resmgr.hxx>
// ---- needed as long as we have no contexts for components ---
-#include <vcl/svapp.hxx>
-#include <vcl/settings.hxx>
#include <rtl/instance.hxx>
#include <svl/solar.hrc>
@@ -48,7 +46,7 @@ namespace formula
if (m_pImpl)
return;
- m_pImpl = new std::locale(Translate::Create("for", Application::GetSettings().GetUILanguageTag()));
+ m_pImpl = new std::locale(Translate::Create("for"));
}
void ResourceManager::registerClient()