diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/uiimpress.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/uiimpress.cxx b/sd/qa/unit/uiimpress.cxx index 13f072cf2488..0235cada8194 100644 --- a/sd/qa/unit/uiimpress.cxx +++ b/sd/qa/unit/uiimpress.cxx @@ -757,7 +757,7 @@ CPPUNIT_TEST_FIXTURE(SdUiImpressTest, testPageFillColor) // Set FillPageColor uno::Sequence<beans::PropertyValue> aPropertyValues(comphelper::InitPropertySequence({ - { "Color", uno::Any(OUString("ff0000")) }, + { "ColorString", uno::Any(OUString("ff0000")) }, })); dispatchCommand(mxComponent, ".uno:FillPageColor", aPropertyValues); |