summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/SwPortionHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/SwPortionHandler.hxx')
-rw-r--r--sw/source/core/inc/SwPortionHandler.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/inc/SwPortionHandler.hxx b/sw/source/core/inc/SwPortionHandler.hxx
index 50a45e2ab0f3..11888f67a8ae 100644
--- a/sw/source/core/inc/SwPortionHandler.hxx
+++ b/sw/source/core/inc/SwPortionHandler.hxx
@@ -60,8 +60,8 @@ public:
* model string.
*/
virtual void Text(
- USHORT nLength, /// length of this portion in the model string
- USHORT nType /// type of this portion
+ sal_uInt16 nLength, /// length of this portion in the model string
+ sal_uInt16 nType /// type of this portion
) = 0;
/** special portion. This method is called for every non-text
@@ -70,9 +70,9 @@ public:
* the text which is displayed, and the type of the portion.
*/
virtual void Special(
- USHORT nLength, /// length of this portion in the model string
+ sal_uInt16 nLength, /// length of this portion in the model string
const String& rText, /// text which is painted on-screen
- USHORT nType /// type of this portion
+ sal_uInt16 nType /// type of this portion
) = 0;
/** line break. This method is called whenever a line break in the
@@ -89,7 +89,7 @@ public:
* Skip() between portions is not allowed.
*/
virtual void Skip(
- USHORT nLength /// number of 'model string' characters to be skipped
+ sal_uInt16 nLength /// number of 'model string' characters to be skipped
) = 0;
/** end of paragraph. This method is to be called when all the