summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2014-08-21 22:48:22 +0100
committerMichael Meeks <michael.meeks@collabora.com>2014-08-22 16:22:12 +0100
commitdd1c49d172e57e08f87ec69c4143f190b2a14a04 (patch)
tree46125654fc6c6a71dcae940890ec7a0144843ad4 /include/editeng
parent720ee909292db389606511d6fac75ad03d72d695 (diff)
Simplify autocorrect loading - removing redundant parameter.
Change-Id: Idc1ebba8d859ec79b6744228cfe3ef1f0992e41d
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/svxacorr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/svxacorr.hxx b/include/editeng/svxacorr.hxx
index f2d066558cbf..9564de3b6ef3 100644
--- a/include/editeng/svxacorr.hxx
+++ b/include/editeng/svxacorr.hxx
@@ -276,7 +276,7 @@ public:
sal_Unicode GetQuote( sal_Unicode cInsChar, bool bSttQuote,
LanguageType eLang ) const;
virtual bool GetLongText( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rStg,
- const OUString& rFileName, const OUString& rShort, OUString& rLong );
+ const OUString& rShort, OUString& rLong );
TYPEINFO();