diff options
Diffstat (limited to 'svx/source/fmcomp')
-rw-r--r-- | svx/source/fmcomp/fmgridcl.cxx | 2 | ||||
-rw-r--r-- | svx/source/fmcomp/fmgridif.cxx | 2 | ||||
-rw-r--r-- | svx/source/fmcomp/gridcell.cxx | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx index 6213effb9c6c..b0b477c6ec1b 100644 --- a/svx/source/fmcomp/fmgridcl.cxx +++ b/svx/source/fmcomp/fmgridcl.cxx @@ -467,7 +467,7 @@ IMPL_LINK( FmGridHeader, OnAsyncExecuteDrop, void*, /*NOTINTERESTEDIN*/ ) aPossibleTypes.push_back(SID_FM_FORMATTEDFIELD); break; } - // if it's a currency field, a a "currency field" option + // if it's a currency field, a "currency field" option try { if ( ::comphelper::hasProperty(FM_PROP_ISCURRENCY, xField) diff --git a/svx/source/fmcomp/fmgridif.cxx b/svx/source/fmcomp/fmgridif.cxx index c6c1c504bb50..64b78c5d5948 100644 --- a/svx/source/fmcomp/fmgridif.cxx +++ b/svx/source/fmcomp/fmgridif.cxx @@ -2478,7 +2478,7 @@ Reference< ::com::sun::star::frame::XDispatch > FmXGridPeer::queryDispatch(cons { m_bInterceptingDispatch = true; // safety against recursion : as we are master of the first chain element and slave of the last one we would - // have an infinite loop without this if no dispatcher can fullfill the request + // have an infinite loop without this if no dispatcher can fulfill the request xResult = m_xFirstDispatchInterceptor->queryDispatch(aURL, aTargetFrameName, nSearchFlags); m_bInterceptingDispatch = false; } diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx index f9514e7dec4a..bd51defa89d3 100644 --- a/svx/source/fmcomp/gridcell.cxx +++ b/svx/source/fmcomp/gridcell.cxx @@ -232,7 +232,7 @@ void DbGridColumn::CreateControl(sal_Int32 _nFieldPos, const Reference< ::com::s impl_toggleScriptManager_nothrow( true ); - // only if we use have a bound field, we use a a controller for displaying the + // only if we use have a bound field, we use a controller for displaying the // window in the grid if (m_xField.is()) m_xController = pCellControl->CreateController(); @@ -664,7 +664,7 @@ void DbCellControl::implValuePropertyChanged( ) void DbCellControl::implAdjustGenericFieldSetting( const Reference< XPropertySet >& /*_rxModel*/ ) { - // nothing to to here + // nothing to do here } |