summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortresult.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/sorter/sortresult.cxx')
-rw-r--r--ucb/source/sorter/sortresult.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/sorter/sortresult.cxx b/ucb/source/sorter/sortresult.cxx
index ac4668524517..eb35bb6ffbca 100644
--- a/ucb/source/sorter/sortresult.cxx
+++ b/ucb/source/sorter/sortresult.cxx
@@ -1956,7 +1956,7 @@ SRSPropertySetInfo::SRSPropertySetInfo()
{
maProps[0].Name = "RowCount";
maProps[0].Handle = -1;
- maProps[0].Type = ::getCppuType( (const OUString*) NULL );
+ maProps[0].Type = cppu::UnoType<OUString>::get();
maProps[0].Attributes = -1;
maProps[1].Name = "IsRowCountFinal";