summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpsdbtab.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2009-12-11 19:37:02 +0100
committerNiklas Nebel <nn@openoffice.org>2009-12-11 19:37:02 +0100
commitaa86f94b494b5c23279c870e86563bd86eb5245d (patch)
tree955f9091cdc90f65af2c85f447c9dda5062243d6 /sc/inc/dpsdbtab.hxx
parentCWS-TOOLING: integrate CWS controltextrendering (diff)
downloadcore-aa86f94b494b5c23279c870e86563bd86eb5245d.tar.gz
core-aa86f94b494b5c23279c870e86563bd86eb5245d.zip
datapilotapi: #i42199# API access to all types of DataPilot tables
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 b837b5811aad..da5dda45601e 100644
--- a/sc/inc/dpsdbtab.hxx
+++ b/sc/inc/dpsdbtab.hxx
@@ -53,6 +53,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 &&