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, 3 insertions, 0 deletions
diff --git a/include/editeng/splwrap.hxx b/include/editeng/splwrap.hxx
index 4f3d76240c79..bde5681f903a 100644
--- a/include/editeng/splwrap.hxx
+++ b/include/editeng/splwrap.hxx
@@ -71,6 +71,9 @@ private:
EDITENG_DLLPRIVATE bool SpellNext(); // select next area
bool FindSpellError(); // Check for errors (over areas)
+ SvxSpellWrapper(SvxSpellWrapper const &) = delete;
+ void operator =(SvxSpellWrapper const &) = delete;
+
public:
SvxSpellWrapper( vcl::Window* pWn,
css::uno::Reference< css::linguistic2::XSpellChecker1 > &xSpellChecker,