summaryrefslogtreecommitdiffstats
path: root/cppu/qa/test_any.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/qa/test_any.cxx')
-rw-r--r--cppu/qa/test_any.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/qa/test_any.cxx b/cppu/qa/test_any.cxx
index b8a8037f8f48..f5fbc0c9dbc8 100644
--- a/cppu/qa/test_any.cxx
+++ b/cppu/qa/test_any.cxx
@@ -2012,7 +2012,7 @@ void Test::testInterface() {
}
void Test::testNull() {
- css::uno::Any a = css::uno::Any(css::uno::Reference< Interface2a >());
+ css::uno::Any a { css::uno::Reference< Interface2a >() };
CPPUNIT_ASSERT(bool(a.getValueType() == cppu::UnoType<Interface2a>::get()));
{
bool b = true;