summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfribmark.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2012-06-01 17:53:42 +0200
committerThorsten Behrens <tbehrens@suse.com>2012-06-01 17:54:29 +0200
commitfcc31f1749e01e4184c4347929a9e1d7e782dee1 (patch)
tree7cec3fd4411e7c1352ce29faef396eae7b3a7b8f /lotuswordpro/source/filter/lwpfribmark.cxx
parent229f6e187bd85d0af47da9feffef2d9ac7f83120 (diff)
Targeted string re-work for lotuswordpro filter
Also cleaned up commented code, and a few extraneous temporaries
Diffstat (limited to 'lotuswordpro/source/filter/lwpfribmark.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpfribmark.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpfribmark.cxx b/lotuswordpro/source/filter/lwpfribmark.cxx
index 862ebe5d19f4..77db1448d460 100644
--- a/lotuswordpro/source/filter/lwpfribmark.cxx
+++ b/lotuswordpro/source/filter/lwpfribmark.cxx
@@ -659,8 +659,6 @@ void LwpFribField::RegisterDateTimeStyle(OUString sFormula)
else if (sFormula == A2OUSTR("%FLeeeeoa") || sFormula == A2OUSTR("%FLffffooaa") || sFormula == A2OUSTR("%FLEEEEOA"))
{
pDateStyle = new XFDateStyle;
- // OUString lang(RTL_CONSTASCII_USTRINGPARAM("zh-CN"));
- // pDateStyle->SetLanguage( lang);
rtl::OUString sText;
pDateStyle->AddYear();
sText = rtl::OUString(0x5e74);