summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dbdocutl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/dbdocutl.cxx')
-rw-r--r--sc/source/core/data/dbdocutl.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/core/data/dbdocutl.cxx b/sc/source/core/data/dbdocutl.cxx
index d89e3592ad45..586f8d0bdeee 100644
--- a/sc/source/core/data/dbdocutl.cxx
+++ b/sc/source/core/data/dbdocutl.cxx
@@ -30,15 +30,11 @@
using namespace ::com::sun::star;
-
-
ScDatabaseDocUtil::StrData::StrData() :
mbSimpleText(true), mnStrLength(0)
{
}
-
-
void ScDatabaseDocUtil::PutData( ScDocument* pDoc, SCCOL nCol, SCROW nRow, SCTAB nTab,
const uno::Reference<sdbc::XRow>& xRow, long nRowPos,
long nType, bool bCurrency, StrData* pStrData )