diff options
Diffstat (limited to 'svx/source/dialog/dialmgr.cxx')
-rw-r--r-- | svx/source/dialog/dialmgr.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/dialog/dialmgr.cxx b/svx/source/dialog/dialmgr.cxx index 145ef6bf0745..870cd05f295f 100644 --- a/svx/source/dialog/dialmgr.cxx +++ b/svx/source/dialog/dialmgr.cxx @@ -17,14 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <tools/resmgr.hxx> +#include <unotools/resmgr.hxx> #include <svx/dialmgr.hxx> -#include <vcl/svapp.hxx> -#include <vcl/settings.hxx> const std::locale& SvxResLocale() { - static std::locale loc = Translate::Create("svx", Application::GetSettings().GetUILanguageTag()); + static std::locale loc = Translate::Create("svx"); return loc; } |