summaryrefslogtreecommitdiff
path: root/sc/source/filter/ftools/fapihelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/ftools/fapihelper.cxx')
-rw-r--r--sc/source/filter/ftools/fapihelper.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/filter/ftools/fapihelper.cxx b/sc/source/filter/ftools/fapihelper.cxx
index 22a386487dba..1384c7ddbd31 100644
--- a/sc/source/filter/ftools/fapihelper.cxx
+++ b/sc/source/filter/ftools/fapihelper.cxx
@@ -278,8 +278,6 @@ void ScfPropertySet::SetProperties( const Sequence< OUString >& rPropNames, cons
}
}
-
-
ScfPropSetHelper::ScfPropSetHelper( const sal_Char* const* ppcPropNames ) :
mnNextIdx( 0 )
{
@@ -384,6 +382,4 @@ Any* ScfPropSetHelper::GetNextAny()
return pAny;
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */