diff options
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/page.hxx | 2 | ||||
-rw-r--r-- | cui/source/tabpages/page.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/page.hxx b/cui/source/inc/page.hxx index b1111cecf055..da59f2910caa 100644 --- a/cui/source/inc/page.hxx +++ b/cui/source/inc/page.hxx @@ -38,7 +38,7 @@ #include <svx/pagectrl.hxx> #include <svx/frmdirlbox.hxx> #include <editeng/svxenum.hxx> -#include <i18npool/paper.hxx> +#include <i18nutil/paper.hxx> #include <svx/flagsdef.hxx> // class SvxPageDescPage ------------------------------------------------- diff --git a/cui/source/tabpages/page.h b/cui/source/tabpages/page.h index 6d5821fdc5ea..c394eb181a20 100644 --- a/cui/source/tabpages/page.h +++ b/cui/source/tabpages/page.h @@ -31,8 +31,8 @@ // define ---------------------------------------------------------------- //!! the values of the following defines must correspond to the array position -//!! of the respective paper size in the file i18npool/source/paper/paper.cxx -//!! There are enums for them in i18npool/inc/i18npool/paper.hxx but unfortunately +//!! of the respective paper size in the file i18nutil/source/utility/paper.cxx +//!! There are enums for them in i18npool/inc/i18nutil/paper.hxx but unfortunately //!! the resource compiler does not understand enums, thus the enum values need //!! to be duplicated here for use in the src file. #define PAPERSIZE_A0 0 |