convert xub_StrLen->sal_Int32 in SpellState

Change-Id: I78ea405e27050015769bd17fee6c5221c694bae9
This commit is contained in:
Noel Grandin 2013-12-02 15:11:35 +02:00
parent 3befdd37c6
commit 0f196eb228

View File

@ -86,8 +86,8 @@ struct SpellState
ShellModes m_eSelMode; ShellModes m_eSelMode;
const SwNode* m_pPointNode; const SwNode* m_pPointNode;
const SwNode* m_pMarkNode; const SwNode* m_pMarkNode;
xub_StrLen m_nPointPos; sal_Int32 m_nPointPos;
xub_StrLen m_nMarkPos; sal_Int32 m_nMarkPos;
const SdrOutliner* m_pOutliner; const SdrOutliner* m_pOutliner;
ESelection m_aESelection; ESelection m_aESelection;