diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-04 10:11:14 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-04 11:48:04 +0200 |
commit | 1fbc20dad2520862f8142f1cabae169bf1450b87 (patch) | |
tree | e27544a940a1d37031224db3b56b7fa88f836c3d /include/svx/txencbox.hxx | |
parent | 9cc8a26fcdd4dbf7d5d65869bf84b824339751ce (diff) |
loplugin:unuseddefaultparam in svx
Change-Id: Iacd4ed12c6c5dfdc2f31f85c8c1ce2cee8a8641f
Diffstat (limited to 'include/svx/txencbox.hxx')
-rw-r--r-- | include/svx/txencbox.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/txencbox.hxx b/include/svx/txencbox.hxx index 41a5c329b56b..aaf95753b715 100644 --- a/include/svx/txencbox.hxx +++ b/include/svx/txencbox.hxx @@ -87,8 +87,7 @@ public: void InsertTextEncoding( const rtl_TextEncoding nEnc ); void InsertTextEncoding( const rtl_TextEncoding nEnc, - const OUString& rEntry, - sal_Int32 nPos = LISTBOX_APPEND ); + const OUString& rEntry ); void SelectTextEncoding( const rtl_TextEncoding nEnc ); |