summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dtobj/DataFmtTransl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/dtobj/DataFmtTransl.cxx')
-rw-r--r--dtrans/source/win32/dtobj/DataFmtTransl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/win32/dtobj/DataFmtTransl.cxx b/dtrans/source/win32/dtobj/DataFmtTransl.cxx
index 33c458f0bff2..cfba2ebaa742 100644
--- a/dtrans/source/win32/dtobj/DataFmtTransl.cxx
+++ b/dtrans/source/win32/dtobj/DataFmtTransl.cxx
@@ -49,7 +49,7 @@ using namespace com::sun::star::lang;
const Type CPPUTYPE_SALINT32 = cppu::UnoType<sal_Int32>::get();
const Type CPPUTYPE_SALINT8 = cppu::UnoType<sal_Int8>::get();
const Type CPPUTYPE_OUSTRING = cppu::UnoType<OUString>::get();
-const Type CPPUTYPE_SEQSALINT8 = getCppuType((Sequence< sal_Int8>*)0);
+const Type CPPUTYPE_SEQSALINT8 = cppu::UnoType<Sequence< sal_Int8>>::get();
const sal_Int32 MAX_CLIPFORMAT_NAME = 256;
const OUString TEXT_PLAIN_CHARSET ("text/plain;charset=");