summaryrefslogtreecommitdiff
path: root/avmedia/source/framework/mediamisc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/framework/mediamisc.cxx')
-rw-r--r--avmedia/source/framework/mediamisc.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/avmedia/source/framework/mediamisc.cxx b/avmedia/source/framework/mediamisc.cxx
index 50dd7687a0c0..a8d627266596 100644
--- a/avmedia/source/framework/mediamisc.cxx
+++ b/avmedia/source/framework/mediamisc.cxx
@@ -17,17 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <tools/resmgr.hxx>
-#include <vcl/svapp.hxx>
-#include <vcl/settings.hxx>
-
+#include <unotools/resmgr.hxx>
#include <mediamisc.hxx>
namespace avmedia {
const std::locale& GetResLocale()
{
- static std::locale loc = Translate::Create("avmedia", Application::GetSettings().GetUILanguageTag());
+ static std::locale loc = Translate::Create("avmedia");
return loc;
}