diff options
author | Alexander O. Anisimov <alenyashka@gmail.com> | 2010-11-06 10:55:14 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-11-06 11:45:53 -0400 |
commit | 401700a8df157fc2eda2c5835c17d6692f0f1d35 (patch) | |
tree | 0e5d872c00a646cf287c70c221a5577d1462984a /sc/inc/global.hxx | |
parent | ef816f4d2c110b65ae189990979fc3da73da9611 (diff) |
Remove bogus comments.
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r-- | sc/inc/global.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 49ab758b7d0b..75bfd6b567d4 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -584,7 +584,7 @@ public: static IntlWrapper* GetScIntlWrapper(); static ::com::sun::star::lang::Locale* GetLocale(); - SC_DLLPUBLIC static ::utl::TransliterationWrapper* GetpTransliteration(); //CHINA001 + SC_DLLPUBLIC static ::utl::TransliterationWrapper* GetpTransliteration(); static ::utl::TransliterationWrapper* GetCaseTransliteration(); SC_DLLPUBLIC static LanguageType eLnge; @@ -888,7 +888,7 @@ struct ScConsolidateParam }; // ----------------------------------------------------------------------- -extern ::utl::TransliterationWrapper* GetScGlobalpTransliteration();//CHINA001 +extern ::utl::TransliterationWrapper* GetScGlobalpTransliteration(); extern const LocaleDataWrapper* GetScGlobalpLocaleData(); #endif |