From 5e913234da65484778d53179ee2005aec01d0f0e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 29 Feb 2016 15:04:58 +0200 Subject: loplugin:unuseddefaultparam in svx (part2) Change-Id: I99e3d6137ec17e3fc782253c85e5fa4f1da4cec4 --- include/svx/frmdirlbox.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/svx/frmdirlbox.hxx') diff --git a/include/svx/frmdirlbox.hxx b/include/svx/frmdirlbox.hxx index 36eef98be745..8fec54cc2571 100644 --- a/include/svx/frmdirlbox.hxx +++ b/include/svx/frmdirlbox.hxx @@ -43,8 +43,7 @@ public: /** Inserts a string with corresponding direction enum into the listbox. */ void InsertEntryValue( const OUString& rString, - SvxFrameDirection eDirection, - sal_Int32 nPos = LISTBOX_APPEND ); + SvxFrameDirection eDirection ); /** Removes the entry, that represents the specified frame direction. */ void RemoveEntryValue( SvxFrameDirection eDirection ); -- cgit