[Libreoffice-commits] core.git: svx/source
Julien Nabet
serval2412 at yahoo.fr
Sun Aug 10 02:37:43 PDT 2014
svx/source/fmcomp/fmgridcl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c64077a850cf22fa01223fe4ac459bd67de0f009
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Aug 10 11:36:55 2014 +0200
Typo: delet=>delete
Change-Id: Ic0f4757fbd416bd7157b414b84a68b2541bc5b34
diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx
index aa5d42b..5a672de 100644
--- a/svx/source/fmcomp/fmgridcl.cxx
+++ b/svx/source/fmcomp/fmgridcl.cxx
@@ -777,7 +777,7 @@ void FmGridHeader::PostExecuteColumnContextMenu(sal_uInt16 nColId, const PopupMe
Reference< ::com::sun::star::container::XIndexContainer > xCols(static_cast<FmGridControl*>(GetParent())->GetPeer()->getColumns());
sal_uInt16 nPos = GetModelColumnPos(nColId);
- // remove and delet the menu we inserted in PreExecuteColumnContextMenu
+ // remove and delete the menu we inserted in PreExecuteColumnContextMenu
PopupMenu* pControlMenu = rMenu.GetPopupMenu(SID_FM_CHANGECOL);
delete pControlMenu;
More information about the Libreoffice-commits
mailing list