diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-15 15:34:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-16 08:17:34 +0200 |
commit | 1b9f6808531207d0280bc80374ef75551e3fb732 (patch) | |
tree | a5772ebc57762ed73d341141199f390fd6c8543e /svx | |
parent | 23ea9fb1ddea133bcfed2851f5d520127c7c7c2c (diff) |
fix comments
Change-Id: Id3aea25d882b68ad81f68fced24f833146c13252
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/page.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |