diff options
-rw-r--r-- | include/i18nutil/paper.hxx | 2 | ||||
-rw-r--r-- | svx/source/dialog/page.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/i18nutil/paper.hxx b/include/i18nutil/paper.hxx index b942cbcf7f38..adb539fce6e3 100644 --- a/include/i18nutil/paper.hxx +++ b/include/i18nutil/paper.hxx @@ -24,7 +24,7 @@ #include <rtl/string.hxx> #include <com/sun/star/lang/Locale.hpp> -//!! WARNING: be aware of cui/source/tabpages/page.h where someone had the broken idea +//!! WARNING: be aware of svx/source/dialog/page.h where someone had the broken idea //!! of duplicating the values of this enum in order to use those defines within //!! src files. //!! Thus don't reorder the enum values here without changing the code there as well. diff --git a/svx/source/dialog/page.h b/svx/source/dialog/page.h index 2528e041e45c..266f82ef81fb 100644 --- a/svx/source/dialog/page.h +++ b/svx/source/dialog/page.h @@ -23,7 +23,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 i18nutil/inc/i18nutil/paper.hxx but unfortunately +//!! There are enums for them in include/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 |