summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-04 15:42:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-04 15:43:06 +0100
commit5d8593d81f937b69414701bcc4d276c407c7f155 (patch)
treea0ef23b1e55bfb07ff84a193e19bea406f61f624 /extensions/source/propctrlr
parent3ecb9b4bd7dc70664bbb8d7c957ea8dc5015223f (diff)
intendend->intended
Change-Id: I6f066493600cec2af586c3ff4df1f32faa303060
Diffstat (limited to 'extensions/source/propctrlr')
-rw-r--r--extensions/source/propctrlr/formcomponenthandler.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/formcomponenthandler.cxx b/extensions/source/propctrlr/formcomponenthandler.cxx
index 6db571daa953..3a6f83f0bdb4 100644
--- a/extensions/source/propctrlr/formcomponenthandler.cxx
+++ b/extensions/source/propctrlr/formcomponenthandler.cxx
@@ -878,7 +878,7 @@ namespace pcr
case PROPERTY_ID_LISTSOURCE:
// no cursor source if no Base is installed. #124939#
- // This fix is not intendend to appear on the main trunk. If you find it there,
+ // This fix is not intended to appear on the main trunk. If you find it there,
// please tell me! frank.schoenheit@sun.com
if ( SvtModuleOptions().IsModuleInstalled( SvtModuleOptions::EModule::DATABASE ) )
const_cast< FormComponentPropertyHandler* >( this )->m_bHaveListSource = true;
@@ -886,7 +886,7 @@ namespace pcr
case PROPERTY_ID_COMMAND:
// no cursor source if no Base is installed. #124939#
- // This fix is not intendend to appear on the main trunk. If you find it there,
+ // This fix is not intended to appear on the main trunk. If you find it there,
// please tell me! frank.schoenheit@sun.com
if ( SvtModuleOptions().IsModuleInstalled( SvtModuleOptions::EModule::DATABASE ) )
const_cast< FormComponentPropertyHandler* >( this )->m_bHaveCommand = true;
@@ -2273,7 +2273,7 @@ namespace pcr
}
// no data properties if no Base is installed. #124939#
- // This fix is not intendend to appear on the main trunk. If you find it there,
+ // This fix is not intended to appear on the main trunk. If you find it there,
// please tell me! frank.schoenheit@sun.com
if ( ( nPropertyUIFlags & PROP_FLAG_DATA_PROPERTY ) != 0 )
if ( !SvtModuleOptions().IsModuleInstalled( SvtModuleOptions::EModule::DATABASE ) )