summaryrefslogtreecommitdiff
path: root/include/connectivity/sqlnode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity/sqlnode.hxx')
-rw-r--r--include/connectivity/sqlnode.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/connectivity/sqlnode.hxx b/include/connectivity/sqlnode.hxx
index 691cedd0e563..61c6afa4bcc0 100644
--- a/include/connectivity/sqlnode.hxx
+++ b/include/connectivity/sqlnode.hxx
@@ -368,8 +368,6 @@ namespace connectivity
const OUString& getTokenValue() const {return m_aNodeValue;}
- void setTokenValue(const OUString& rString) { if (isToken()) m_aNodeValue = rString;}
-
bool isLeaf() const {return m_aChildren.empty();}
// negate only a searchcondition, any other rule could cause a gpf