diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-08 10:30:15 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-08 15:48:11 -0400 |
commit | 6cfaf9b3d3194d850b52993d2f0e3dcf8e4e5bce (patch) | |
tree | 88354b229636003551deb3ada2dda4c76301b237 /sc/inc/queryentry.hxx | |
parent | 165a61190f103d0227f57a3f19afa144604155a9 (diff) |
Let's not do this.
Change-Id: I93fe9f8c5edbfb08b78b6694771db2dd18d8868c
Diffstat (limited to 'sc/inc/queryentry.hxx')
-rw-r--r-- | sc/inc/queryentry.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/queryentry.hxx b/sc/inc/queryentry.hxx index 636372e0a21f..a3baea6fd5c2 100644 --- a/sc/inc/queryentry.hxx +++ b/sc/inc/queryentry.hxx @@ -42,9 +42,8 @@ struct SC_DLLPUBLIC ScQueryEntry QueryType meType; double mfVal; OUString maString; - sal_uIntPtr mnStrId; - Item() : meType(ByValue), mfVal(0.0), mnStrId(0) {} + Item() : meType(ByValue), mfVal(0.0) {} bool operator== (const Item& r) const; }; |