summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/spelleng.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/spelleng.hxx')
-rw-r--r--sc/source/ui/inc/spelleng.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/inc/spelleng.hxx b/sc/source/ui/inc/spelleng.hxx
index f90fce409eaa..a69a5f9bbd35 100644
--- a/sc/source/ui/inc/spelleng.hxx
+++ b/sc/source/ui/inc/spelleng.hxx
@@ -28,8 +28,6 @@ class ScDocShell;
class ScDocument;
class SfxItemPool;
-
-
/** Base class for special type of edit engines, i.e. for spell checker and text conversion. */
class ScConversionEngineBase : public ScEditEngineDefaulter
{
@@ -92,8 +90,6 @@ private:
bool mbFinished; /// true = Entire document/selection finished.
};
-
-
/** Edit engine for spell checking. */
class ScSpellingEngine : public ScConversionEngineBase
{
@@ -128,8 +124,6 @@ private:
Window* GetDialogParent();
};
-
-
/** Edit engine for text conversion. */
class ScTextConversionEngine : public ScConversionEngineBase
{
@@ -155,8 +149,6 @@ private:
ScConversionParam maConvParam; /// Conversion parameters.
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */