convert xub_StrLen->sal_Int32 in SpellState
Change-Id: I78ea405e27050015769bd17fee6c5221c694bae9
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user