diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-04-01 08:41:23 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-04-01 08:41:23 +0200 |
commit | e81a7fd0ee95c2afbc373b26ec34d6084ee07cff (patch) | |
tree | f46c60e5c1ab3f5e71e8e7ffa678b55571d5e40e /svtools/source/uno/addrtempuno.cxx | |
parent | a55166cc25351f43d502f6b23d75df824c05f01a (diff) |
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: I1693826962a0551396fd5691dc4a98f0646bade3
Diffstat (limited to 'svtools/source/uno/addrtempuno.cxx')
-rw-r--r-- | svtools/source/uno/addrtempuno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uno/addrtempuno.cxx b/svtools/source/uno/addrtempuno.cxx index f1a0760bb292..1a9a8645ba50 100644 --- a/svtools/source/uno/addrtempuno.cxx +++ b/svtools/source/uno/addrtempuno.cxx @@ -83,7 +83,7 @@ namespace { :OGenericUnoDialog(_rxORB) { registerProperty(OUString(UNODIALOG_PROPERTY_ALIASES), UNODIALOG_PROPERTY_ID_ALIASES, PropertyAttribute::READONLY, - &m_aAliases, getCppuType(&m_aAliases)); + &m_aAliases, cppu::UnoType<decltype(m_aAliases)>::get()); } |