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, 2 insertions, 2 deletions
diff --git a/sc/source/filter/ftools/fapihelper.cxx b/sc/source/filter/ftools/fapihelper.cxx
index 6a7e88ecea75..22a386487dba 100644
--- a/sc/source/filter/ftools/fapihelper.cxx
+++ b/sc/source/filter/ftools/fapihelper.cxx
@@ -278,7 +278,7 @@ void ScfPropertySet::SetProperties( const Sequence< OUString >& rPropNames, cons
}
}
-// ============================================================================
+
ScfPropSetHelper::ScfPropSetHelper( const sal_Char* const* ppcPropNames ) :
mnNextIdx( 0 )
@@ -384,6 +384,6 @@ Any* ScfPropSetHelper::GetNextAny()
return pAny;
}
-// ============================================================================
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */