summaryrefslogtreecommitdiff
path: root/sc/inc/queryentry.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/queryentry.hxx')
-rw-r--r--sc/inc/queryentry.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/queryentry.hxx b/sc/inc/queryentry.hxx
index b3c7c3c415f7..08a2f811fd77 100644
--- a/sc/inc/queryentry.hxx
+++ b/sc/inc/queryentry.hxx
@@ -41,7 +41,7 @@ struct SC_DLLPUBLIC ScQueryEntry
{
QueryType meType;
double mfVal;
- rtl::OUString maString;
+ OUString maString;
Item() : meType(ByValue), mfVal(0.0) {}