summaryrefslogtreecommitdiff
path: root/include/connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'include/connectivity')
-rw-r--r--include/connectivity/sqlnode.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/sqlnode.hxx b/include/connectivity/sqlnode.hxx
index 8b3f77265cf2..af0b606dce3e 100644
--- a/include/connectivity/sqlnode.hxx
+++ b/include/connectivity/sqlnode.hxx
@@ -120,9 +120,9 @@ namespace connectivity
// or OUString in case of
// OUString, INT, etc.
SQLNodeType m_eNodeType; // see above
- sal_uInt32 m_nNodeID; // ::com::sun::star::chaos::Rule ID (if IsRule())
+ sal_uInt32 m_nNodeID; // Rule ID (if IsRule())
// or Token ID (if !IsRule())
- // ::com::sun::star::chaos::Rule IDs and Token IDs can't
+ // Rule IDs and Token IDs can't
// be distinguished by their values,
// IsRule has to be used for that!
public: