diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-11-06 11:25:04 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-11-06 11:45:54 -0400 |
commit | b932c6df6a73220648e426c928a11b653282a566 (patch) | |
tree | 879bd6dd4c537caee81b8e71a442353b54f782cd /sc/inc/global.hxx | |
parent | 401700a8df157fc2eda2c5835c17d6692f0f1d35 (diff) |
Did some additional cleanups.
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r-- | sc/inc/global.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 75bfd6b567d4..775f2311c194 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -887,10 +887,6 @@ struct ScConsolidateParam void SetAreas ( ScArea* const* ppAreas, USHORT nCount ); }; -// ----------------------------------------------------------------------- -extern ::utl::TransliterationWrapper* GetScGlobalpTransliteration(); -extern const LocaleDataWrapper* GetScGlobalpLocaleData(); - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |