To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67156
Issue #|67156
Summary|i18npool: warning: 'com::sun::star::i18n::table_Cyrill
|icUpperLetter_bg' defined but not used
Component|tools
Version|current
Platform|All
URL|
OS/Version|Linux
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P3
Subcomponent|code
Assigned to|er
Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Sun Jul 9 06:39:41 -0700
2006 -------
In m175:
../../inc/bullet.h:399: warning:
'com::sun::star::i18n::table_CyrillicUpperLetter_bg' defined but not used
../../inc/bullet.h:407: warning:
'com::sun::star::i18n::table_CyrillicLowerLetter_bg' defined but not used
../../inc/bullet.h:415: warning:
'com::sun::star::i18n::table_CyrillicUpperLetter_ru' defined but not used
../../inc/bullet.h:423: warning:
'com::sun::star::i18n::table_CyrillicLowerLetter_ru' defined but not used
dmake: Error code 1, while making '../../unxlngi6.pro/slo/numtotext_cjk.obj'
'---* tg_merge.mk *---'
ERROR: Error 65280 occurred while making
/disk3/oo/BuildDir/ooo_SRC680_m175_src/i18npool/source/transliteration
[EMAIL PROTECTED]:~/BuildDir/ooo_SRC680_m175_src/i18npool>
Eike, is it OK to fix it this way (simply moving #endif to the end of the file)?
diff -urN ooo_SRC680_m175_src.orig/i18npool/inc/bullet.h
ooo_SRC680_m175_src/i18npool/inc/bullet.h
--- ooo_SRC680_m175_src.orig/i18npool/inc/bullet.h 2006-07-09
15:31:10.000000000 +0200
+++ ooo_SRC680_m175_src/i18npool/inc/bullet.h 2006-07-09 15:35:42.000000000
+0200
@@ -393,8 +393,6 @@
0x0F62, 0x0F63, 0x0F64, 0x0F66, 0x0F67, 0x0F68
};
-#endif
-
// Bulgarian Cyrillic upper case letters
static sal_Unicode table_CyrillicUpperLetter_bg[] = {
0x0410, 0x0411, 0x0412, 0x0413, 0x0414, 0x0415, 0x0416, 0x0417, 0x0418,
@@ -427,4 +425,6 @@
0x0449, 0x044B, 0x044D, 0x044E, 0x044F
};
+#endif
+
} } } }
BTW - it would be much easier to move these tables away from bullet.h to
i18ntables.h or something like this to prevent such problems in the past.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]