summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpcharsetmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpcharsetmgr.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpcharsetmgr.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/lotuswordpro/source/filter/lwpcharsetmgr.cxx b/lotuswordpro/source/filter/lwpcharsetmgr.cxx
index f1d31a45c561..84e270d84297 100644
--- a/lotuswordpro/source/filter/lwpcharsetmgr.cxx
+++ b/lotuswordpro/source/filter/lwpcharsetmgr.cxx
@@ -110,9 +110,4 @@ rtl_TextEncoding LwpCharSetMgr::GetTextCharEncoding(sal_uInt16 wordproCode)
return GetTextCharEncoding();
}
-rtl_TextEncoding LwpCharSetMgr::GetTextCharEncoding()
-{
- return RTL_TEXTENCODING_MS_1252;//here should be a default value,1252 or get from platform, 1-18
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */