summaryrefslogtreecommitdiff
path: root/stoc/source/registry_tdprovider/structtypedescription.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/registry_tdprovider/structtypedescription.cxx')
-rw-r--r--stoc/source/registry_tdprovider/structtypedescription.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/stoc/source/registry_tdprovider/structtypedescription.cxx b/stoc/source/registry_tdprovider/structtypedescription.cxx
index a95a1802e173..b85b5f4c33d3 100644
--- a/stoc/source/registry_tdprovider/structtypedescription.cxx
+++ b/stoc/source/registry_tdprovider/structtypedescription.cxx
@@ -100,9 +100,8 @@ css::uno::Sequence< OUString > StructTypeDescription::getTypeParameters()
{
throw css::uno::RuntimeException(
OUString(
- RTL_CONSTASCII_USTRINGPARAM(
"type parameter of polymorphic struct type template"
- " not RT_ACCESS_INVALID/RT_REF_TYPE_PARAMETER")),
+ " not RT_ACCESS_INVALID/RT_REF_TYPE_PARAMETER"),
static_cast< cppu::OWeakObject * >(this));
}
parameters[i] = reader.getReferenceTypeName(i);