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.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/editeng/splwrap.hxx b/include/editeng/splwrap.hxx
index 2b1b01b91091..1ef5406bc4ec 100644
--- a/include/editeng/splwrap.hxx
+++ b/include/editeng/splwrap.hxx
@@ -54,9 +54,7 @@ private:
css::uno::XInterface > xLast; // result of last spelling/hyphenation attempt
css::uno::Reference<
css::linguistic2::XHyphenator > xHyph;
- SdrObject* mpTextObj;
bool bOtherCntnt : 1; // set => Check special sections initially
- bool bDialog : 1; // Is pWin the Svx...Dialog?
bool bHyphen : 1; // Split instead of spell checking
bool bReverse : 1; // Reverse spell check
bool bStartDone : 1; // Beginning already corrected
@@ -112,8 +110,6 @@ protected:
GetAllRightDic();
virtual void SpellEnd(); // Finish area
virtual void InsertHyphen( const sal_Int32 nPos ); // Insert hyphen
-
- void SetCurTextObj( SdrObject* pObj ) { mpTextObj = pObj; }
};
#endif