diff options
Diffstat (limited to 'sw/inc/unoflatpara.hxx')
-rw-r--r-- | sw/inc/unoflatpara.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/unoflatpara.hxx b/sw/inc/unoflatpara.hxx index b67c8a4a6c..bb78f1638e 100644 --- a/sw/inc/unoflatpara.hxx +++ b/sw/inc/unoflatpara.hxx @@ -137,9 +137,9 @@ private: const sal_Int32 mnType; const sal_Bool mbAutomatic; - ULONG mnCurrentNode; // used for non-automatic mode - ULONG mnStartNode; // used for non-automatic mode - ULONG mnEndNode; // used for non-automatic mode + sal_uLong mnCurrentNode; // used for non-automatic mode + sal_uLong mnStartNode; // used for non-automatic mode + sal_uLong mnEndNode; // used for non-automatic mode sal_Bool mbWrapped; // used for non-automatic mode }; |