summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpatomholder.cxx
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-06-12 16:40:20 +0700
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-06-12 16:44:43 -0500
commit655d930476045a2de7f3ead4768bb75df8cf7c82 (patch)
tree9f240c0f4ef720b1899d5797ac1fcdffe5be2f40 /lotuswordpro/source/filter/lwpatomholder.cxx
parent0fa6dbcdab49b79852c451c173867fac0d8f213a (diff)
Code cleanup
* Remove dead code * Fix comment typos Released under LGPLv3+/MPL
Diffstat (limited to 'lotuswordpro/source/filter/lwpatomholder.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpatomholder.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpatomholder.cxx b/lotuswordpro/source/filter/lwpatomholder.cxx
index 147571e3a58e..de680fe9350a 100644
--- a/lotuswordpro/source/filter/lwpatomholder.cxx
+++ b/lotuswordpro/source/filter/lwpatomholder.cxx
@@ -70,7 +70,7 @@ LwpAtomHolder::~LwpAtomHolder()
*/
void LwpAtomHolder::Read(LwpObjectStream *pStrm)
{
- //Refered to lwp: file40.cpp, QuickReadAtomHolder()
+ //Referred to lwp: file40.cpp, QuickReadAtomHolder()
sal_uInt16 diskSize = pStrm->QuickReaduInt16();
sal_uInt16 len = pStrm->QuickReaduInt16();
@@ -101,7 +101,7 @@ void LwpAtomHolder::Skip(LwpObjectStream *pStrm)
*/
void LwpAtomHolder::ReadPathAtom(LwpObjectStream *pStrm)
{
- //Refered to lwp: file40.cpp, QuickReadPathAtom()
+ //Referred to lwp: file40.cpp, QuickReadPathAtom()
// TODO: Read the data. Now just skip it. The method to skip is same as above.
Skip(pStrm);
}