diff options
Diffstat (limited to 'include/connectivity/sqlnode.hxx')
-rw-r--r-- | include/connectivity/sqlnode.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/connectivity/sqlnode.hxx b/include/connectivity/sqlnode.hxx index ad6ede75355d..691cedd0e563 100644 --- a/include/connectivity/sqlnode.hxx +++ b/include/connectivity/sqlnode.hxx @@ -31,7 +31,6 @@ #include <rtl/ustrbuf.hxx> #include <osl/diagnose.h> -// forward declarations namespace com { namespace sun @@ -108,7 +107,6 @@ namespace connectivity ~SQLParseNodeParameter(); }; - //= OSQLParseNode class OOO_DLLPUBLIC_DBTOOLS OSQLParseNode @@ -443,7 +441,6 @@ namespace connectivity void parseLeaf(OUStringBuffer& rString, const SQLParseNodeParameter& rParam) const; }; - inline OSQLParseNode* OSQLParseNode::getChild(sal_uInt32 nPos) const { assert(nPos < m_aChildren.size()); |