From 0f196eb228e8e5dbc403b9d9a32f3f5f8c056fc7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 2 Dec 2013 15:11:35 +0200 Subject: [PATCH] convert xub_StrLen->sal_Int32 in SpellState Change-Id: I78ea405e27050015769bd17fee6c5221c694bae9 --- sw/source/ui/dialog/SwSpellDialogChildWindow.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sw/source/ui/dialog/SwSpellDialogChildWindow.cxx b/sw/source/ui/dialog/SwSpellDialogChildWindow.cxx index 3a25d88e9dcf..6fa39cfddf36 100644 --- a/sw/source/ui/dialog/SwSpellDialogChildWindow.cxx +++ b/sw/source/ui/dialog/SwSpellDialogChildWindow.cxx @@ -86,8 +86,8 @@ struct SpellState ShellModes m_eSelMode; const SwNode* m_pPointNode; const SwNode* m_pMarkNode; - xub_StrLen m_nPointPos; - xub_StrLen m_nMarkPos; + sal_Int32 m_nPointPos; + sal_Int32 m_nMarkPos; const SdrOutliner* m_pOutliner; ESelection m_aESelection;