summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-24 14:29:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-25 08:12:17 +0200
commit4a340e36e8d3713806719351f455711c1254a178 (patch)
tree4be5ffdd176b2f45e4f549f7eb4d88da9225c18e /include/svx
parent50fc62ce76bc51f18b16eae937761d0a8872df3e (diff)
loplugin:constantparam
add the results files so I can just see the diff in future Change-Id: Ia20a1aa6418be95ed620719cde340c00b7b053e1 Reviewed-on: https://gerrit.libreoffice.org/37988 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/svdotext.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx
index 5b23e70fe25f..478002b4806d 100644
--- a/include/svx/svdotext.hxx
+++ b/include/svx/svdotext.hxx
@@ -323,8 +323,6 @@ public:
bool IsInEditMode() const { return mbInEditMode; }
- // via eCharSet the character set of a file can be passed. For
- // RTL_TEXTENCODING_DONTKNOW the platform's character set is used.
// Currently ASCII and RTF are supported and the differentiation is done
// internally.
// rFilterName has no meaning and must be empty
@@ -334,7 +332,7 @@ public:
// object (without linking.)
// TextLinks can't be edited (if needed later could be ReadOnly).
// Setting attributes can only be done on the text frame.
- void SetTextLink(const OUString& rFileName, const OUString& rFilterName, rtl_TextEncoding eCharSet);
+ void SetTextLink(const OUString& rFileName, const OUString& rFilterName);
void ReleaseTextLink();
bool IsLinkedText() const { return pPlusData!=nullptr && GetLinkUserData()!=nullptr; }
bool ReloadLinkedText(bool bForceLoad);