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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/tableautoformatfield.cxx b/test/source/sheet/tableautoformatfield.cxx
index e0a3135b4f6c..ebcc50d26c89 100644
--- a/test/source/sheet/tableautoformatfield.cxx
+++ b/test/source/sheet/tableautoformatfield.cxx
@@ -18,7 +18,7 @@ namespace apitest {
uno::Reference< beans::XPropertySet > TableAutoFormatField::initTest()
{
- uno::Reference< container::XIndexAccess > xAutoFormatFields( getServiceFactory()->createInstance(OUString("com.sun.star.sheet.TableAutoFormats")), UNO_QUERY_THROW );
+ uno::Reference< container::XIndexAccess > xAutoFormatFields( getServiceFactory()->createInstance("com.sun.star.sheet.TableAutoFormats"), UNO_QUERY_THROW );
CPPUNIT_ASSERT(xAutoFormatFields.is());
uno::Reference< container::XIndexAccess > xIndex( xAutoFormatFields->getByIndex(0), UNO_QUERY_THROW );
CPPUNIT_ASSERT(xIndex.is());