summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-01 08:39:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-01 08:39:07 +0200
commit23116414bd9ea84e3bcdb69b5001c082c9bbb6cc (patch)
treeb6c94ec712480232623eb5635fcd8fff90193b72 /extensions/source/abpilot
parente78a3bfdc815210145e717db459a90f50f218ea8 (diff)
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: Iee8db4ae259f0d2181140cb3f7ce859bad7cd33d
Diffstat (limited to 'extensions/source/abpilot')
-rw-r--r--extensions/source/abpilot/unodialogabp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/abpilot/unodialogabp.cxx b/extensions/source/abpilot/unodialogabp.cxx
index 063bac1f8846..dd24e0c5cd54 100644
--- a/extensions/source/abpilot/unodialogabp.cxx
+++ b/extensions/source/abpilot/unodialogabp.cxx
@@ -49,7 +49,7 @@ namespace abp
:OGenericUnoDialog(_rxORB)
{
registerProperty( OUString("DataSourceName"), PROPERTY_ID_DATASOURCENAME, PropertyAttribute::READONLY ,
- &m_sDataSourceName, ::getCppuType( &m_sDataSourceName ) );
+ &m_sDataSourceName, cppu::UnoType<decltype(m_sDataSourceName)>::get() );
}