diff options
Diffstat (limited to 'sc/inc/queryentry.hxx')
-rw-r--r-- | sc/inc/queryentry.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/queryentry.hxx b/sc/inc/queryentry.hxx index df858f08f339..46a65b957658 100644 --- a/sc/inc/queryentry.hxx +++ b/sc/inc/queryentry.hxx @@ -34,7 +34,7 @@ struct SC_DLLPUBLIC ScQueryEntry { enum QueryType { ByValue, ByString, ByDate, ByEmpty }; - struct Item + struct SAL_DLLPRIVATE Item { QueryType meType; double mfVal; |