summaryrefslogtreecommitdiff
path: root/comphelper/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-24 21:02:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-24 21:05:46 +0100
commit34dff4e6b49765a0b9c1836de2daecf429702760 (patch)
tree99cd89150b6d1d056f2c440f3439dc90e1f4b44e /comphelper/inc
parentcc72fb7c4115bee9a10c565c72d5b96b6fe63b0e (diff)
micro opts
Diffstat (limited to 'comphelper/inc')
-rw-r--r--comphelper/inc/comphelper/sequenceasvector.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/inc/comphelper/sequenceasvector.hxx b/comphelper/inc/comphelper/sequenceasvector.hxx
index c31843d8ce6b..6fb303f0d36f 100644
--- a/comphelper/inc/comphelper/sequenceasvector.hxx
+++ b/comphelper/inc/comphelper/sequenceasvector.hxx
@@ -163,7 +163,7 @@ class SequenceAsVector : public ::std::vector< TElementType >
::com::sun::star::uno::Sequence< TElementType > lSource;
if (!(aSource >>= lSource))
throw ::com::sun::star::beans::IllegalTypeException(
- ::rtl::OUString::createFromAscii("SequenceAsVector operator<<(Any) was called with an unsupported Any type."),
+ ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("SequenceAsVector operator<<(Any) was called with an unsupported Any type.")),
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >());
(*this) << lSource;