diff options
author | Niklas Nebel <nn@openoffice.org> | 2009-12-11 19:37:02 +0100 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2009-12-11 19:37:02 +0100 |
commit | aa86f94b494b5c23279c870e86563bd86eb5245d (patch) | |
tree | 955f9091cdc90f65af2c85f447c9dda5062243d6 /sc/inc/dpsdbtab.hxx | |
parent | 6412003193f79e16f4aa33f206b736e3c9bf6bc3 (diff) |
datapilotapi: #i42199# API access to all types of DataPilot tables
Diffstat (limited to 'sc/inc/dpsdbtab.hxx')
-rw-r--r-- | sc/inc/dpsdbtab.hxx | 2 |
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 && |