diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-04 16:10:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-05 08:50:46 +0200 |
commit | ac11e45bad895e9f7de0b38fe22b7f2acf8c8e4b (patch) | |
tree | d16f934544638622cc9f511ef64cc2dd2425b600 /include/svx/svdotext.hxx | |
parent | ec38966951f28a1e1d4c97f01a550c87f152cbc8 (diff) |
loplugin:checkunusedparams in svx(part4)
Change-Id: I032b49f4e1228ef275d7ff8d87ba969dcef687ab
Reviewed-on: https://gerrit.libreoffice.org/37248
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/svdotext.hxx')
-rw-r--r-- | include/svx/svdotext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx index 9f6f383b5344..5b23e70fe25f 100644 --- a/include/svx/svdotext.hxx +++ b/include/svx/svdotext.hxx @@ -338,7 +338,7 @@ public: void ReleaseTextLink(); bool IsLinkedText() const { return pPlusData!=nullptr && GetLinkUserData()!=nullptr; } bool ReloadLinkedText(bool bForceLoad); - bool LoadText(const OUString& rFileName, const OUString& rFilterName, rtl_TextEncoding eCharSet); + bool LoadText(const OUString& rFileName, rtl_TextEncoding eCharSet); virtual bool AdjustTextFrameWidthAndHeight(tools::Rectangle& rR, bool bHgt = true, bool bWdt = true) const; virtual bool NbcAdjustTextFrameWidthAndHeight(bool bHgt = true, bool bWdt = true); |