summaryrefslogtreecommitdiffstats
path: root/accessibility/inc/helper
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-08-02 14:55:18 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-04 05:48:30 +0000
commitf5e3b7b0e46dad98dc147bc85fa78248f374e2a9 (patch)
tree8efa1aa28aa007e82b10cae989f92e4fa3beac42 /accessibility/inc/helper
parenttdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor (diff)
downloadcore-f5e3b7b0e46dad98dc147bc85fa78248f374e2a9.tar.gz
core-f5e3b7b0e46dad98dc147bc85fa78248f374e2a9.zip
loplugin:countusersofdefaultparams in accessibility,avmedia
Change-Id: Ic173f43c882384fe594e8ba3e44aedc3796a45f6 Reviewed-on: https://gerrit.libreoffice.org/27792 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'accessibility/inc/helper')
-rw-r--r--accessibility/inc/helper/IComboListBoxHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/inc/helper/IComboListBoxHelper.hxx b/accessibility/inc/helper/IComboListBoxHelper.hxx
index 8d528be793db..bcb195b4c8a5 100644
--- a/accessibility/inc/helper/IComboListBoxHelper.hxx
+++ b/accessibility/inc/helper/IComboListBoxHelper.hxx
@@ -55,7 +55,7 @@ namespace accessibility
virtual void SelectEntryPos( sal_Int32 nPos, bool bSelect = true ) = 0;
virtual sal_Int32 GetSelectEntryCount() const = 0;
virtual void SetNoSelection() = 0;
- virtual sal_Int32 GetSelectEntryPos( sal_Int32 nSelIndex = 0 ) const = 0;
+ virtual sal_Int32 GetSelectEntryPos( sal_Int32 nSelIndex ) const = 0;
virtual bool IsInDropDown() const = 0;
virtual Rectangle GetEntryCharacterBounds( const sal_Int32 _nEntryPos, const sal_Int32 _nCharacterIndex ) const = 0;
virtual long GetIndexForPoint( const Point& rPoint, sal_Int32 & nPos ) const = 0;