diff options
author | Daniel Rentz <dr@openoffice.org> | 2009-10-15 11:25:30 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2009-10-15 11:25:30 +0000 |
commit | 2aaa78d388dc0eb5b2de84fc5206e7924b579cca (patch) | |
tree | f7c5eb2d46ec6049aaa0013f1912dc558837a5fc /sc/source/ui | |
parent | 24046e0b2625c3ed2da1ad5955771a09fe5f2b36 (diff) |
wntmsci12 warning
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/view/gridwin2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/gridwin2.cxx b/sc/source/ui/view/gridwin2.cxx index c10fee8d9a5e..e0dd63ff090e 100644 --- a/sc/source/ui/view/gridwin2.cxx +++ b/sc/source/ui/view/gridwin2.cxx @@ -514,7 +514,7 @@ void ScGridWindow::DPLaunchFieldPopupMenu( { pSubMenu->addMenuItem( aUserSortNames[i], true, - new PopupSortAction(rPos, PopupSortAction::CUSTOM, i, pViewShell)); + new PopupSortAction(rPos, PopupSortAction::CUSTOM, static_cast<sal_uInt16>(i), pViewShell)); } } |