summaryrefslogtreecommitdiff
path: root/include/svtools/svtabbx.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-04 12:03:36 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-09-05 06:23:06 +0000
commit5d22a47b4431c5718d989e738d2963d0b880d898 (patch)
treeb82a87eb09ed344dbbd368ee6b5cd6926a1a8e93 /include/svtools/svtabbx.hxx
parent87ee6c044d79978d2121087f5e1a10f417adf9c7 (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/svtabbx.hxx')
-rw-r--r--include/svtools/svtabbx.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/svtabbx.hxx b/include/svtools/svtabbx.hxx
index 03b4a2a08228..1f6cadd2a3c6 100644
--- a/include/svtools/svtabbx.hxx
+++ b/include/svtools/svtabbx.hxx
@@ -98,7 +98,7 @@ public:
static OUString GetEntryText( SvTreeListEntry*, sal_uInt16 nCol );
OUString GetEntryText( sal_uLong nPos, sal_uInt16 nCol = 0xffff ) const;
using SvTreeListBox::SetEntryText;
- void SetEntryText(const OUString&, sal_uLong, sal_uInt16 nCol=0xffff);
+ void SetEntryText(const OUString&, sal_uLong, sal_uInt16 nCol);
void SetEntryText(const OUString&, SvTreeListEntry*, sal_uInt16 nCol=0xffff);
OUString GetCellText( sal_uLong nPos, sal_uInt16 nCol ) const;
sal_uLong GetEntryPos( const OUString&, sal_uInt16 nCol = 0xffff );