diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-02 14:55:18 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-04 05:48:30 +0000 |
commit | f5e3b7b0e46dad98dc147bc85fa78248f374e2a9 (patch) | |
tree | 8efa1aa28aa007e82b10cae989f92e4fa3beac42 /accessibility/inc/extended | |
parent | 7f01cf67f8181836430fd3c8433e8bf2f55c95f2 (diff) |
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/extended')
-rw-r--r-- | accessibility/inc/extended/AccessibleBrowseBox.hxx | 2 | ||||
-rw-r--r-- | accessibility/inc/extended/textwindowaccessibility.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/inc/extended/AccessibleBrowseBox.hxx b/accessibility/inc/extended/AccessibleBrowseBox.hxx index 0b1d2fe3e4d2..fe43d19ad2f0 100644 --- a/accessibility/inc/extended/AccessibleBrowseBox.hxx +++ b/accessibility/inc/extended/AccessibleBrowseBox.hxx @@ -109,7 +109,7 @@ public: */ void commitHeaderBarEvent(sal_Int16 nEventId, const css::uno::Any& rNewValue, - const css::uno::Any& rOldValue,bool _bColumnHeaderBar = true); + const css::uno::Any& rOldValue, bool _bColumnHeaderBar); // helper functions /** commitTableEvent commit the event at all listeners of the table diff --git a/accessibility/inc/extended/textwindowaccessibility.hxx b/accessibility/inc/extended/textwindowaccessibility.hxx index 70fa94f2cb88..fbb7f9b810a2 100644 --- a/accessibility/inc/extended/textwindowaccessibility.hxx +++ b/accessibility/inc/extended/textwindowaccessibility.hxx @@ -538,7 +538,7 @@ public: css::i18n::Boundary retrieveParagraphLineBoundary( Paragraph const * pParagraph, - ::sal_Int32 nIndex, ::sal_Int32 *pLineNo = nullptr); + ::sal_Int32 nIndex, ::sal_Int32 *pLineNo); css::i18n::Boundary retrieveParagraphBoundaryOfLine( Paragraph const * pParagraph, |