summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/spelleng.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/spelleng.cxx')
-rw-r--r--sc/source/ui/view/spelleng.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/view/spelleng.cxx b/sc/source/ui/view/spelleng.cxx
index 3d9c10eb384f..e243cc829493 100644
--- a/sc/source/ui/view/spelleng.cxx
+++ b/sc/source/ui/view/spelleng.cxx
@@ -268,8 +268,6 @@ void ScConversionEngineBase::FillFromCell( SCCOL nCol, SCROW nRow, SCTAB nTab )
}
}
-
-
ScSpellingEngine::ScSpellingEngine(
SfxItemPool* pEnginePoolP, ScViewData& rViewData,
ScDocument* pUndoDoc, ScDocument* pRedoDoc,
@@ -335,8 +333,6 @@ Window* ScSpellingEngine::GetDialogParent()
return mrDocShell.GetActiveDialogParent();
}
-
-
ScConversionParam::ScConversionParam( ScConversionType eConvType ) :
meConvType( eConvType ),
meSourceLang( LANGUAGE_NONE ),
@@ -375,8 +371,6 @@ ScConversionParam::ScConversionParam( ScConversionType eConvType,
mnOptions = i18n::TextConversionOption::CHARACTER_BY_CHARACTER;
}
-
-
ScTextConversionEngine::ScTextConversionEngine(
SfxItemPool* pEnginePoolP, ScViewData& rViewData,
const ScConversionParam& rConvParam,
@@ -408,6 +402,4 @@ bool ScTextConversionEngine::NeedsConversion()
return HasConvertibleTextPortion( maConvParam.GetSourceLang() );
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */