summaryrefslogtreecommitdiffstats
path: root/ucb/source/sorter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-01 08:42:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-01 08:42:49 +0200
commit018e85387e1ed62ab8188ad4cb0728ee2a0a797c (patch)
treede497dd3ec2371ebf5e6cdd9732f203938718022 /ucb/source/sorter
parentReplace remaining getCppuType et al with cppu::UnoType (diff)
downloadcore-018e85387e1ed62ab8188ad4cb0728ee2a0a797c.tar.gz
core-018e85387e1ed62ab8188ad4cb0728ee2a0a797c.zip
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: I8d1a4fda1cdd679f20de37271f7b832da4fb0c9a
Diffstat (limited to 'ucb/source/sorter')
-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 bd42b276564e..5e4c81e96125 100644
--- a/ucb/source/sorter/sortresult.cxx
+++ b/ucb/source/sorter/sortresult.cxx
@@ -1957,7 +1957,7 @@ SRSPropertySetInfo::SRSPropertySetInfo()
maProps[1].Name = "IsRowCountFinal";
maProps[1].Handle = -1;
- maProps[1].Type = ::getBooleanCppuType();
+ maProps[1].Type = cppu::UnoType<bool>::get();
maProps[1].Attributes = -1;
}