summaryrefslogtreecommitdiffstats
path: root/forms/source/component/Grid.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/Grid.cxx')
-rw-r--r--forms/source/component/Grid.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/Grid.cxx b/forms/source/component/Grid.cxx
index 6b8682371372..b69582c274e3 100644
--- a/forms/source/component/Grid.cxx
+++ b/forms/source/component/Grid.cxx
@@ -783,7 +783,7 @@ void OGridControlModel::write(const Reference<XObjectOutputStream>& _rxOutStream
_rxOutStream->writeLong(nLen);
for (sal_Int32 i = 0; i < nLen; i++)
{
- // first the service name for the unerlying model
+ // first the service name for the underlying model
OGridColumn* pCol = getColumnImplementation(m_aItems[i]);
DBG_ASSERT(pCol != nullptr, "OGridControlModel::write : such items should never reach it into my container !");
_rxOutStream << pCol->getModelName();