summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--UnoControls/source/controls/framecontrol.cxx2
-rw-r--r--postprocess/qa/services.cxx3
-rw-r--r--sw/source/uibase/utlui/unotools.cxx2
3 files changed, 3 insertions, 4 deletions
diff --git a/UnoControls/source/controls/framecontrol.cxx b/UnoControls/source/controls/framecontrol.cxx
index 4c0a2f84864a..69afc639af71 100644
--- a/UnoControls/source/controls/framecontrol.cxx
+++ b/UnoControls/source/controls/framecontrol.cxx
@@ -344,7 +344,7 @@ IPropertyArrayHelper& FrameControl::getInfoHelper()
// attention: properties need to be sorted by name!
static OPropertyArrayHelper ourPropertyInfo(
{
- Property( "ComponentURL", PropertyHandle::Componenturl, cppu::UnoType<OUString>::get(),
+ Property( "ComponentUrl", PropertyHandle::Componenturl, cppu::UnoType<OUString>::get(),
PropertyAttribute::BOUND | PropertyAttribute::CONSTRAINED ),
Property( "Frame", PropertyHandle::Frame, cppu::UnoType<XFrame>::get(),
PropertyAttribute::BOUND | PropertyAttribute::TRANSIENT ),
diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx
index 331f84c16c7a..232a537c4e7e 100644
--- a/postprocess/qa/services.cxx
+++ b/postprocess/qa/services.cxx
@@ -493,8 +493,7 @@ void Test::createInstance(
{"com.sun.star.comp.report.OFormattedField", "TextColor"},
{"com.sun.star.comp.report.OFormattedField", "TextLineColor"},
{"com.sun.star.comp.report.OFormattedField", "TreatAsNumber"},
- {"stardiv.Toolkit.UnoControlRoadmapModel", "Interactive"},
- {"stardiv.UnoControls.FrameControl", "ComponentUrl"}};
+ {"stardiv.Toolkit.UnoControlRoadmapModel", "Interactive"}};
if (blacklist.find({implementationName, prop->getName()}) != blacklist.end()) {
continue;
}
diff --git a/sw/source/uibase/utlui/unotools.cxx b/sw/source/uibase/utlui/unotools.cxx
index 0aac42591a7d..4d91348c8e28 100644
--- a/sw/source/uibase/utlui/unotools.cxx
+++ b/sw/source/uibase/utlui/unotools.cxx
@@ -147,7 +147,7 @@ void SwOneExampleFrame::CreateControl()
xPrSet->setPropertyValue( "LoaderArguments", aArgs );
//save and set readonly???
- xPrSet->setPropertyValue("ComponentURL", aURL);
+ xPrSet->setPropertyValue("ComponentUrl", aURL);
m_aLoadedIdle.Start();
m_bServiceAvailable = true;