summaryrefslogtreecommitdiff
path: root/cppuhelper/test/testproptyphlp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/test/testproptyphlp.cxx')
-rw-r--r--cppuhelper/test/testproptyphlp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/test/testproptyphlp.cxx b/cppuhelper/test/testproptyphlp.cxx
index c4d3dae742a0..d52515bff05e 100644
--- a/cppuhelper/test/testproptyphlp.cxx
+++ b/cppuhelper/test/testproptyphlp.cxx
@@ -56,7 +56,7 @@ void testPropertyTypeHelper()
::com::sun::star::beans::Property prop;
- prop.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Huhu") );
+ prop.Name = rtl::OUString("Huhu");
prop.Handle = 5;
prop.Attributes = 3;