summaryrefslogtreecommitdiffstats
path: root/svx/source/fmcomp/gridcell.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/fmcomp/gridcell.cxx')
-rw-r--r--svx/source/fmcomp/gridcell.cxx4
1 files changed, 2 insertions, 2 deletions
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
}