summaryrefslogtreecommitdiff
path: root/sc/inc/queryparam.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/queryparam.hxx')
-rw-r--r--sc/inc/queryparam.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/queryparam.hxx b/sc/inc/queryparam.hxx
index dba6c530d62c..c1ea63a659d7 100644
--- a/sc/inc/queryparam.hxx
+++ b/sc/inc/queryparam.hxx
@@ -119,14 +119,13 @@ struct ScDBQueryParamBase : public ScQueryParamBase
DataType GetType() const { return meType;}
+ ScDBQueryParamBase() = delete;
virtual ~ScDBQueryParamBase();
protected:
ScDBQueryParamBase(DataType eType);
private:
- ScDBQueryParamBase();
-
DataType meType;
};