summaryrefslogtreecommitdiff
path: root/include/editeng/splwrap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/splwrap.hxx')
-rw-r--r--include/editeng/splwrap.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/editeng/splwrap.hxx b/include/editeng/splwrap.hxx
index bde5681f903a..8ca6a22676cc 100644
--- a/include/editeng/splwrap.hxx
+++ b/include/editeng/splwrap.hxx
@@ -53,8 +53,6 @@ private:
css::uno::Reference<
css::uno::XInterface > xLast; // result of last spelling/hyphenation attempt
css::uno::Reference<
- css::linguistic2::XSpellChecker1 > xSpell;
- css::uno::Reference<
css::linguistic2::XHyphenator > xHyph;
SdrObject* mpTextObj;
bool bOtherCntnt : 1; // set => Check special sections initially
@@ -76,7 +74,6 @@ private:
public:
SvxSpellWrapper( vcl::Window* pWn,
- css::uno::Reference< css::linguistic2::XSpellChecker1 > &xSpellChecker,
const bool bStart = false, const bool bIsAllRight = false,
const bool bOther = false, const bool bRevAllow = true );
SvxSpellWrapper( vcl::Window* pWn,