diff options
author | Noel Grandin <noel@peralex.com> | 2016-09-04 12:03:36 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-09-05 06:23:06 +0000 |
commit | 5d22a47b4431c5718d989e738d2963d0b880d898 (patch) | |
tree | b82a87eb09ed344dbbd368ee6b5cd6926a1a8e93 /include/svtools/editbrowsebox.hxx | |
parent | 87ee6c044d79978d2121087f5e1a10f417adf9c7 (diff) |
loplugin:countusersofdefaultparams
Change-Id: I38bfc88e85a9e5a024e982e555a0e0485a3010ad
Reviewed-on: https://gerrit.libreoffice.org/28662
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svtools/editbrowsebox.hxx')
-rw-r--r-- | include/svtools/editbrowsebox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx index b46c1243429b..e2f699875954 100644 --- a/include/svtools/editbrowsebox.hxx +++ b/include/svtools/editbrowsebox.hxx @@ -571,7 +571,7 @@ namespace svt // inserting columns // if you don't set a width, this will be calculated automatically // if the id isn't set the smallest unused will do it ... - virtual sal_uInt16 AppendColumn(const OUString& rName, sal_uInt16 nWidth = 0, sal_uInt16 nPos = HEADERBAR_APPEND, sal_uInt16 nId = (sal_uInt16)-1); + virtual sal_uInt16 AppendColumn(const OUString& rName, sal_uInt16 nWidth, sal_uInt16 nPos = HEADERBAR_APPEND, sal_uInt16 nId = (sal_uInt16)-1); // called whenever (Shift)Tab or Enter is pressed. If true is returned, these keys // result in traveling to the next or to th previous cell |