diff options
-rw-r--r-- | lotuswordpro/source/filter/lwpdocdata.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpdocdata.cxx b/lotuswordpro/source/filter/lwpdocdata.cxx index 833a17db46d1..55eecfcbb006 100644 --- a/lotuswordpro/source/filter/lwpdocdata.cxx +++ b/lotuswordpro/source/filter/lwpdocdata.cxx @@ -79,7 +79,7 @@ void LwpDocData::Read() m_DocOptions.encrypt1password.Read(m_pObjStrm.get()); //cEncrypt2Password m_DocOptions.encrypt2password.Read(m_pObjStrm.get()); - //cCharecterSet + //cCharacterSet m_DocOptions.characterSet.Read(m_pObjStrm.get()); //cGrammerSet m_DocOptions.grammerSet.Read(m_pObjStrm.get()); |