summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-02-21 12:32:16 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-02-22 11:55:29 +0000
commit5c89214a80f0284eafaf4eba23243dfe3c9f7193 (patch)
treef7ec4dfd817ff589e8cebf5e92dcdee902a10996 /sc
parentfix sc build (diff)
downloadcore-5c89214a80f0284eafaf4eba23243dfe3c9f7193.tar.gz
core-5c89214a80f0284eafaf4eba23243dfe3c9f7193.zip
fdo#39674: Rename menues to menu
Change-Id: Idc22167d1a0dc518b3f9e96884213140d07b565b Reviewed-on: https://gerrit.libreoffice.org/2316 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/gridwin.hxx2
-rw-r--r--sc/source/ui/view/gridwin.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx
index 965242a326b6..0909f413c9b5 100644
--- a/sc/source/ui/inc/gridwin.hxx
+++ b/sc/source/ui/inc/gridwin.hxx
@@ -320,7 +320,7 @@ public:
void UpdateFormulas();
void LaunchDataSelectMenu( SCCOL nCol, SCROW nRow, bool bDataSelect );
- void DoScenarioMenue( const ScRange& rScenRange );
+ void DoScenarioMenu( const ScRange& rScenRange );
void LaunchAutoFilterMenu(SCCOL nCol, SCROW nRow);
void RefreshAutoFilterButton(const ScAddress& rPos);
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index ec87bd25a1f8..9aebe4bab7fe 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -914,7 +914,7 @@ void ScGridWindow::LaunchDPFieldMenu( SCCOL nCol, SCROW nRow )
DPLaunchFieldPopupMenu(OutputToScreenPixel(aScrPos), aScrSize, ScAddress(nCol, nRow, nTab), pDPObj);
}
-void ScGridWindow::DoScenarioMenue( const ScRange& rScenRange )
+void ScGridWindow::DoScenarioMenu( const ScRange& rScenRange )
{
delete pFilterBox;
delete pFilterFloat;
@@ -1862,7 +1862,7 @@ void ScGridWindow::HandleMouseButtonDown( const MouseEvent& rMEvt, MouseEventSta
ScRange aScenRange;
if ( rMEvt.IsLeft() && HasScenarioButton( aPos, aScenRange ) )
{
- DoScenarioMenue( aScenRange );
+ DoScenarioMenu( aScenRange );
return;
}