summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryentry.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-10-08 10:30:15 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-10-08 15:48:11 -0400
commit6cfaf9b3d3194d850b52993d2f0e3dcf8e4e5bce (patch)
tree88354b229636003551deb3ada2dda4c76301b237 /sc/inc/queryentry.hxx
parentHandle edit text cells here as well as the string cells. (diff)
downloadcore-6cfaf9b3d3194d850b52993d2f0e3dcf8e4e5bce.tar.gz
core-6cfaf9b3d3194d850b52993d2f0e3dcf8e4e5bce.zip
Let's not do this.
Change-Id: I93fe9f8c5edbfb08b78b6694771db2dd18d8868c
Diffstat (limited to 'sc/inc/queryentry.hxx')
-rw-r--r--sc/inc/queryentry.hxx3
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;
};