summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-24 20:17:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-26 12:36:36 +0100
commit81e0c2c38c9374da690d492cfe14acf7ae11d0f1 (patch)
tree6194b3ecdd2e44fea14ea6247b8f6f5ae3e8875a /dbaccess
parentd6985964bc34572ef303e21ac53200bd3cebbc1d (diff)
WaE: OUString::valueOf in higher debug levels
Change-Id: I2aed7907c79905158714dc1b26ae1aefc1fcccc6
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/querydesign/querycontroller.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx
index fdeac5a1f35a..c4d0b3cbf1e6 100644
--- a/dbaccess/source/ui/querydesign/querycontroller.cxx
+++ b/dbaccess/source/ui/querydesign/querycontroller.cxx
@@ -148,7 +148,7 @@ namespace dbaui
if (!_pNode->isToken())
{
// rule name as rule: ...
- rString = "RULE_ID: " + OUString::valueOf( (sal_Int32)_pNode->getRuleID() ) +
+ rString = "RULE_ID: " + OUString::number( (sal_Int32)_pNode->getRuleID() ) +
"(" + OSQLParser::RuleIDToStr(_pNode->getRuleID()) + ")";