summaryrefslogtreecommitdiff
path: root/include/connectivity
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-06-25 14:04:25 +0200
committerMichael Stahl <mstahl@redhat.com>2014-06-25 15:04:46 +0200
commit0de1e3a015dfcf7a09f021b4a4310a5a8cc28471 (patch)
tree82b3a9beef980521fe59283d6954ff76398c8bc8 /include/connectivity
parent93011580b743078a0612ba4bfe0094804003a75b (diff)
remove spurious com::sun::star::chaos
Apparently some time before inital CVS import a global search-and-replace went horribly wrong and added spurious namespace prefixes everywhere. Change-Id: I4009bc3ab4b1d4c80412f75ad0e4628a382f99f0
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: