summaryrefslogtreecommitdiff
path: root/sd/qa
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-11-17 12:46:07 +0200
committerTor Lillqvist <tml@collabora.com>2015-11-17 12:46:07 +0200
commit2e88fbd747ef2fc7e2d266f7f15db37ecab7662d (patch)
treece19fa4a3ac4aa050007a254cea1a800915341cc /sd/qa
parent927019f5d253a12d285f68a5f0240548d2048def (diff)
WaE: loplugin:stringconstant
Change-Id: I8765ae89bcab8dc3c7360dace57a57094e5c5cc4
Diffstat (limited to 'sd/qa')
-rw-r--r--sd/qa/unit/import-tests.cxx2
1 files changed, 1 insertions, 1 deletions
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;