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.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/source/ui/inc/spelleng.hxx b/sc/source/ui/inc/spelleng.hxx
index d2e46d22a7f4..150139e25a7f 100644
--- a/sc/source/ui/inc/spelleng.hxx
+++ b/sc/source/ui/inc/spelleng.hxx
@@ -94,14 +94,12 @@ private:
class ScSpellingEngine : public ScConversionEngineBase
{
public:
- typedef ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XSpellChecker1 > XSpellCheckerRef;
-
explicit ScSpellingEngine(
SfxItemPool* pEnginePool,
ScViewData& rViewData,
ScDocument* pUndoDoc,
ScDocument* pRedoDoc,
- XSpellCheckerRef xSpeller );
+ css::uno::Reference< css::linguistic2::XSpellChecker1 > xSpeller );
/** Checks spelling of all cells in the selection or sheet. */
virtual void ConvertAll( EditView& rEditView ) SAL_OVERRIDE;