summaryrefslogtreecommitdiff
path: root/sc/source/filter/starcalc/scfobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/starcalc/scfobj.cxx')
-rw-r--r--sc/source/filter/starcalc/scfobj.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/filter/starcalc/scfobj.cxx b/sc/source/filter/starcalc/scfobj.cxx
index 82282f7fa6c3..d086d727e5c3 100644
--- a/sc/source/filter/starcalc/scfobj.cxx
+++ b/sc/source/filter/starcalc/scfobj.cxx
@@ -43,8 +43,6 @@ using namespace com::sun::star;
// STATIC DATA -----------------------------------------------------------
-
-
void Sc10InsertObject::InsertChart( ScDocument* pDoc, SCTAB nDestTab, const Rectangle& rRect,
SCTAB nSrcTab, sal_uInt16 nX1, sal_uInt16 nY1, sal_uInt16 nX2, sal_uInt16 nY2 )
{
@@ -91,6 +89,4 @@ void Sc10InsertObject::InsertChart( ScDocument* pDoc, SCTAB nDestTab, const Rect
}
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */