From 2e88fbd747ef2fc7e2d266f7f15db37ecab7662d Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 17 Nov 2015 12:46:07 +0200 Subject: WaE: loplugin:stringconstant Change-Id: I8765ae89bcab8dc3c7360dace57a57094e5c5cc4 --- sd/qa/unit/import-tests.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/qa') diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx index c7f0ff502622..bc2b3a497b02 100644 --- a/sd/qa/unit/import-tests.cxx +++ b/sd/qa/unit/import-tests.cxx @@ -604,7 +604,7 @@ void SdImportTest::testFdo71075() sd::DrawDocShellRef xDocShRef = loadURL(getURLFromSrc("/sd/qa/unit/data/fdo71075.odp"), ODP); uno::Reference< beans::XPropertySet > xPropSet( getShapeFromPage( 0, 0, xDocShRef ) ); - aAny = xPropSet->getPropertyValue( OUString("Model") ); + aAny = xPropSet->getPropertyValue( "Model" ); CPPUNIT_ASSERT_MESSAGE( "The shape doesn't have the property", aAny.hasValue() ); uno::Reference< chart::XChartDocument > xChartDoc; -- cgit v1.2.3