summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NStatement.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/evoab2/NStatement.cxx')
-rw-r--r--connectivity/source/drivers/evoab2/NStatement.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/evoab2/NStatement.cxx b/connectivity/source/drivers/evoab2/NStatement.cxx
index bb852c4c3cf4..032ec33ef058 100644
--- a/connectivity/source/drivers/evoab2/NStatement.cxx
+++ b/connectivity/source/drivers/evoab2/NStatement.cxx
@@ -74,7 +74,7 @@ OCommonStatement::OCommonStatement(OEvoabConnection* _pConnection)
id, \
0, \
&member, \
- ::getCppuType( &member ) \
+ cppu::UnoType<decltype(member)>::get() \
);
REGISTER_PROP( PROPERTY_ID_CURSORNAME, m_aCursorName );