diff options
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/source/controls/framecontrol.cxx | 2 |
1 files changed, 1 insertions, 1 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 ), |