diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-13 01:08:19 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-14 08:48:56 +0900 |
commit | 785e07b3ac5ca80957b9042f42f4cb1f8b03644e (patch) | |
tree | c6c482fdb39d6618fea77c30b744ec1202dcd783 /cui/source/tabpages/page.h | |
parent | a4a7b956dc0ad439b52ef188ba0f4e5bcc215f91 (diff) |
fixed pointer to the paper.hxx in comment
Diffstat (limited to 'cui/source/tabpages/page.h')
-rw-r--r-- | cui/source/tabpages/page.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/page.h b/cui/source/tabpages/page.h index c394eb181a20..9a6af59dcf76 100644 --- a/cui/source/tabpages/page.h +++ b/cui/source/tabpages/page.h @@ -32,7 +32,7 @@ //!! the values of the following defines must correspond to the array position //!! 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 +//!! There are enums for them in i18nutil/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 |