summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryentry.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-11-20 15:12:50 +0100
committerJan Holesovsky <kendy@suse.cz>2011-11-20 15:15:26 +0100
commit840e2f3ef5b73807403084edf09b5e53a097dcb3 (patch)
tree8fb4c300c0a7fe781d66b16db3bd35925459ecce /sc/inc/queryentry.hxx
parentRemove some unused methods (diff)
downloadcore-840e2f3ef5b73807403084edf09b5e53a097dcb3.tar.gz
core-840e2f3ef5b73807403084edf09b5e53a097dcb3.zip
Inline ScQueryEntry::Item::Item() to fix Windows build.
Diffstat (limited to 'sc/inc/queryentry.hxx')
-rw-r--r--sc/inc/queryentry.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/queryentry.hxx b/sc/inc/queryentry.hxx
index 835c84ad3ae4..5c887309f7ae 100644
--- a/sc/inc/queryentry.hxx
+++ b/sc/inc/queryentry.hxx
@@ -52,7 +52,8 @@ struct SC_DLLPUBLIC ScQueryEntry
double mfVal;
rtl::OUString maString;
- Item();
+ Item() : meType(ByValue), mfVal(0.0) {}
+
bool operator== (const Item& r) const;
};
typedef std::vector<Item> QueryItemsType;