summaryrefslogtreecommitdiff
path: root/test/source/sheet/tableautoformatfield.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/sheet/tableautoformatfield.cxx')
-rw-r--r--test/source/sheet/tableautoformatfield.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/source/sheet/tableautoformatfield.cxx b/test/source/sheet/tableautoformatfield.cxx
index 540dcd7a1d6a..846ae009de2c 100644
--- a/test/source/sheet/tableautoformatfield.cxx
+++ b/test/source/sheet/tableautoformatfield.cxx
@@ -49,7 +49,7 @@ uno::Reference< beans::XPropertySet > TableAutoFormatField::initTest()
void TableAutoFormatField::testRotateReference()
{
uno::Reference< beans::XPropertySet > xTableAutoFormatField = initTest();
- rtl::OUString aRotateReference(RTL_CONSTASCII_USTRINGPARAM("RotateReference"));
+ rtl::OUString aRotateReference("RotateReference");
uno::Any aOldRotateReference = xTableAutoFormatField->getPropertyValue(aRotateReference);
sal_Int32 aValue = 0;
CPPUNIT_ASSERT(aOldRotateReference >>= aValue);
@@ -67,7 +67,7 @@ void TableAutoFormatField::testRotateReference()
void TableAutoFormatField::testVertJustify()
{
uno::Reference< beans::XPropertySet > xTableAutoFormatField = initTest();
- rtl::OUString aVertJustify(RTL_CONSTASCII_USTRINGPARAM("VertJustify"));
+ rtl::OUString aVertJustify("VertJustify");
uno::Any aOldVertJustify = xTableAutoFormatField->getPropertyValue(aVertJustify);
sal_Int32 aValue = 0;
CPPUNIT_ASSERT(aOldVertJustify >>= aValue);