summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-11-12 09:56:21 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-16 07:46:41 +0100
commit291c0b8fafd4c2cb1086bb321526f951768692a5 (patch)
tree536559df70fbba7d60ece3ff87f3a6aba860b63a /include
parentexternal/python3: Work around -fsanitize=alignment (diff)
downloadcore-291c0b8fafd4c2cb1086bb321526f951768692a5.tar.gz
core-291c0b8fafd4c2cb1086bb321526f951768692a5.zip
Typo "pStaredFrom" -> "pStartedFrom"?
But function definition uses "pSFrom" instead anyway, so consistently use param names from definition in declaration. Change-Id: I03fb8dd0fbab5c84f89c7276849d62f9a17cbfea
Diffstat (limited to 'include')
-rw-r--r--include/vcl/menu.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/menu.hxx b/include/vcl/menu.hxx
index 4a119a0194b0..f2202d1f3f2d 100644
--- a/include/vcl/menu.hxx
+++ b/include/vcl/menu.hxx
@@ -495,7 +495,7 @@ private:
SAL_DLLPRIVATE MenuFloatingWindow * ImplGetFloatingWindow() const;
protected:
- SAL_DLLPRIVATE sal_uInt16 ImplExecute( const VclPtr<vcl::Window>& xWindow, const Rectangle& rRect, FloatWinPopupFlags nPopupFlags, Menu* pStaredFrom, bool bPreSelectFirst );
+ SAL_DLLPRIVATE sal_uInt16 ImplExecute( const VclPtr<vcl::Window>& pW, const Rectangle& rRect, FloatWinPopupFlags nPopupModeFlags, Menu* pSFrom, bool bPreSelectFirst );
SAL_DLLPRIVATE void ImplFlushPendingSelect();
SAL_DLLPRIVATE long ImplCalcHeight( sal_uInt16 nEntries ) const;
SAL_DLLPRIVATE sal_uInt16 ImplCalcVisEntries( long nMaxHeight, sal_uInt16 nStartEntry, sal_uInt16* pLastVisible = nullptr ) const;