diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-05-11 11:01:15 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-05-11 16:19:58 +0200 |
commit | 28dfcd5da4cfb26d31cce7bf2ad7baa3bee1f350 (patch) | |
tree | 6e20bf3ef0a8bcbff1835ca7f7fbc3dba2d3bcde /svx | |
parent | 198f5a16fd4c5bf691a3450bbf16e88c000f9baa (diff) |
Fix typos
Change-Id: I204178ed4cf0fd3f43043cf1dfde85bb27002fee
Reviewed-on: https://gerrit.libreoffice.org/37498
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/fmshimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx index bd4250f66ac3..6e04a6a9e9b7 100644 --- a/svx/source/form/fmshimp.cxx +++ b/svx/source/form/fmshimp.cxx @@ -2249,7 +2249,7 @@ IMPL_LINK(FmXFormShell, OnFoundData, FmFoundRecordInformation&, rfriWhere, void) Reference<XControl> xControl( pFormObject ? impl_getControl( xControlModel, *pFormObject ) : Reference< XControl>() ); Reference< XGrid> xGrid(xControl, UNO_QUERY); DBG_ASSERT(xGrid.is(), "FmXFormShell::OnFoundData : invalid control!"); - // if one of the asserts fires, I probably did somethig wrong on building of m_arrSearchedControls + // if one of the asserts fires, I probably did something wrong on building of m_arrSearchedControls // enable a permanent cursor for the grid so we can see the found text Reference< XPropertySet> xModelSet(xControlModel, UNO_QUERY); |