summaryrefslogtreecommitdiff
path: root/sc/source/filter/lotus/memory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/lotus/memory.cxx')
-rw-r--r--sc/source/filter/lotus/memory.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/filter/lotus/memory.cxx b/sc/source/filter/lotus/memory.cxx
index 639e110b0eff..dc2cf168ef2b 100644
--- a/sc/source/filter/lotus/memory.cxx
+++ b/sc/source/filter/lotus/memory.cxx
@@ -21,8 +21,6 @@
// selbst per extern ihre Sachen besorgen!
-
-
#include "scitems.hxx"
#include <svx/algitem.hxx>
#include <editeng/justifyitem.hxx>
@@ -39,8 +37,6 @@ extern SvxHorJustifyItem *pAttrRight, *pAttrLeft, *pAttrCenter,
*pAttrRepeat, *pAttrStandard; // -> tool.cxx, fuer GetFormAttr()
extern ScProtectionAttr* pAttrUnprot; // -> tool.cxx, fuer PutFormString()
-
-
sal_Bool MemNew( void )
{
pValueFormCache = new FormCache( pDoc );
@@ -68,6 +64,4 @@ void MemDelete( void )
delete pAttrUnprot;
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */