extensions/source/propctrlr/formcomponenthandler.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 5d8593d81f937b69414701bcc4d276c407c7f155
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue Apr 4 15:42:18 2017 +0100

    intendend->intended
    
    Change-Id: I6f066493600cec2af586c3ff4df1f32faa303060

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.schoenh...@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.schoenh...@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.schoenh...@sun.com
         if ( ( nPropertyUIFlags & PROP_FLAG_DATA_PROPERTY ) != 0 )
             if ( !SvtModuleOptions().IsModuleInstalled( 
SvtModuleOptions::EModule::DATABASE ) )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to