summaryrefslogtreecommitdiff
path: root/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 /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 'connectivity')
-rw-r--r--connectivity/source/parse/sqlbison.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/parse/sqlbison.y b/connectivity/source/parse/sqlbison.y
index 97e1ae97bcc6..6a61b50820b2 100644
--- a/connectivity/source/parse/sqlbison.y
+++ b/connectivity/source/parse/sqlbison.y
@@ -4753,7 +4753,7 @@ sal_Int16 OSQLParser::buildComparsionRule(OSQLParseNode*& pAppend,OSQLParseNode*
void OSQLParser::reduceLiteral(OSQLParseNode*& pLiteral, bool bAppendBlank)
{
- OSL_ENSURE(pLiteral->isRule(), "This is no ::com::sun::star::chaos::Rule");
+ OSL_ENSURE(pLiteral->isRule(), "This is no Rule");
OSL_ENSURE(pLiteral->count() == 2, "OSQLParser::ReduceLiteral() Invalid count");
OSQLParseNode* pTemp = pLiteral;
OUStringBuffer aValue(pLiteral->getChild(0)->getTokenValue());