diff options
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); |