diff options
Diffstat (limited to 'tools/source/rc')
-rw-r--r-- | tools/source/rc/resmgr.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index 42b9580ef72f..7ad7092d800e 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -41,8 +41,8 @@ #include <sal/log.hxx> #include <rtl/instance.hxx> #include <rtl/bootstrap.hxx> -#include <i18npool/languagetag.hxx> -#include <i18npool/mslangid.hxx> +#include <i18nlangtag/languagetag.hxx> +#include <i18nlangtag/mslangid.hxx> #include <tools/simplerm.hxx> #include <functional> |