summaryrefslogtreecommitdiff
path: root/sc/inc/dpsdbtab.hxx
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-03-10 17:15:46 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-03-10 17:15:46 +0100
commit5f1c72ae4e8a5d32a30e2ad9f4b2d9ec29701a63 (patch)
treeca4d986a1cdf6ad132dacc62b160c67fdb1ebe89 /sc/inc/dpsdbtab.hxx
parent0430258177b43f9586c654a532bbbf8f77faee5e (diff)
parentd795240234770c3c3a8ce14d4c722b660604d573 (diff)
CWS-TOOLING: integrate CWS datapilotapi
Diffstat (limited to 'sc/inc/dpsdbtab.hxx')
-rw-r--r--sc/inc/dpsdbtab.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/dpsdbtab.hxx b/sc/inc/dpsdbtab.hxx
index 1f980bdec3bf..21e23e883da9 100644
--- a/sc/inc/dpsdbtab.hxx
+++ b/sc/inc/dpsdbtab.hxx
@@ -50,6 +50,8 @@ struct ScImportSourceDesc
USHORT nType; // enum DataImportMode
BOOL bNative;
+ ScImportSourceDesc() : nType(0), bNative(FALSE) {}
+
BOOL operator== ( const ScImportSourceDesc& rOther ) const
{ return aDBName == rOther.aDBName &&
aObject == rOther.aObject &&