summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpdefobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpdefobj.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpdefobj.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/lotuswordpro/source/filter/lwpdefobj.cxx b/lotuswordpro/source/filter/lwpdefobj.cxx
index 92fd5a6a8..4d2ddee3a 100644
--- a/lotuswordpro/source/filter/lwpdefobj.cxx
+++ b/lotuswordpro/source/filter/lwpdefobj.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -86,3 +87,5 @@ void LwpDefaultObject::Read()
m_DataBuffer = new sal_uInt8[m_ObjHdr.GetSize()];
m_pObjStrm->QuickRead(m_DataBuffer, m_ObjHdr.GetSize());
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */