summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-12-02 15:11:35 +0200
committerNoel Grandin <noel@peralex.com>2013-12-03 11:34:49 +0200
commit0f196eb228e8e5dbc403b9d9a32f3f5f8c056fc7 (patch)
tree26641afe47227eef6b7f9022b143a22ec63429ac /sw
parent3befdd37c610e37d6f1eb33ec2f76ef77a2ba1a0 (diff)
convert xub_StrLen->sal_Int32 in SpellState
Change-Id: I78ea405e27050015769bd17fee6c5221c694bae9
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/dialog/SwSpellDialogChildWindow.cxx4
1 files 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;