diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-07-18 10:34:05 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-07-18 10:35:12 +0900 |
commit | 7cc4502556b94a3ad3eb486ad176c8291c9c8615 (patch) | |
tree | fe70a7a5942faa344495a7ff48e857ee2dd8882e /i18npool | |
parent | c4da6f3c9af37f70026614e6f18bd273023caa11 (diff) |
fix code pointer in comment
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/inc/i18npool/lang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/i18npool/lang.h b/i18npool/inc/i18npool/lang.h index 1870a7b48351..0059a1b6978e 100644 --- a/i18npool/inc/i18npool/lang.h +++ b/i18npool/inc/i18npool/lang.h @@ -78,7 +78,7 @@ /* It must be safe to include this file in plain C code, so only C style * comments are used. Do NOT use // C++ style comments. */ -/* disable typedef for usage in svx/source/dialog/langtab.src */ +/* disable typedef for usage in svtools/source/misc/langtab.src */ #ifndef RSC_RESOURCE_USAGE typedef unsigned short LanguageType; #endif |