summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-24 12:09:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-24 14:02:48 +0100
commitb9fa1e20f32653981f629b417dbe4816594e1c14 (patch)
tree6eaed36460aa89f075cc9445634c025ce02fa4ec /toolkit
parenta248008d08e3adf597e08bede2d58784df48deb6 (diff)
build on higher debug levels
Change-Id: I7f4d85f3e26ab8b19dae05c6907840b97a8af1d6
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/vclxaccessiblecomponent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxaccessiblecomponent.cxx b/toolkit/source/awt/vclxaccessiblecomponent.cxx
index d18915805224..347ee5d96d8e 100644
--- a/toolkit/source/awt/vclxaccessiblecomponent.cxx
+++ b/toolkit/source/awt/vclxaccessiblecomponent.cxx
@@ -616,7 +616,7 @@ OUString VCLXAccessibleComponent::getAccessibleName( ) throw (uno::RuntimeExcep
aName = GetWindow()->GetAccessibleName();
#if OSL_DEBUG_LEVEL > 1
aName += OUString(" (Type = ");
- aName += OUString::valueOf(static_cast<sal_Int32>(GetWindow()->GetType()));
+ aName += OUString::number(static_cast<sal_Int32>(GetWindow()->GetType()));
aName += OUString( ")");
#endif
}