summaryrefslogtreecommitdiff
path: root/comphelper/inc/comphelper/unwrapargs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/inc/comphelper/unwrapargs.hxx')
-rw-r--r--comphelper/inc/comphelper/unwrapargs.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/inc/comphelper/unwrapargs.hxx b/comphelper/inc/comphelper/unwrapargs.hxx
index ca4681b8992c..c4885f3883d9 100644
--- a/comphelper/inc/comphelper/unwrapargs.hxx
+++ b/comphelper/inc/comphelper/unwrapargs.hxx
@@ -51,7 +51,7 @@ inline void extract(
xErrorContext, static_cast<sal_Int16>(nArg) );
}
if (! (seq[nArg] >>= v)) {
- ::rtl::OUStringBuffer buf;
+ OUStringBuffer buf;
buf.append( "Cannot extract ANY { " );
buf.append( seq[nArg].getValueType().getTypeName() );
buf.append( " } to " );