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.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/editeng/splwrap.hxx b/include/editeng/splwrap.hxx
index 1dd09472efd4..5d40fcbf3e0e 100644
--- a/include/editeng/splwrap.hxx
+++ b/include/editeng/splwrap.hxx
@@ -91,11 +91,11 @@ public:
static void ShowLanguageErrors();
void SpellDocument(); // Perform Spell Checking
- inline bool IsStartDone(){ return bStartDone; }
- inline bool IsEndDone(){ return bEndDone; }
- inline bool IsHyphen(){ return bHyphen; } // Split instead of Spell check
- inline void SetHyphen() { bHyphen = true; }
- inline bool IsAllRight() { return bAllRight; }
+ bool IsStartDone(){ return bStartDone; }
+ bool IsEndDone(){ return bEndDone; }
+ bool IsHyphen(){ return bHyphen; } // Split instead of Spell check
+ void SetHyphen() { bHyphen = true; }
+ bool IsAllRight() { return bAllRight; }
protected:
const css::uno::Reference< css::uno::XInterface >&