summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porlin.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-03-15 13:50:53 +0000
committerMichael Meeks <michael.meeks@novell.com>2011-03-15 13:50:53 +0000
commit9bc1a8fe48806bbac44da9565158dce355cddf0b (patch)
treecde3dfbd0e942de819349c367f910e78ef34844f /sw/source/core/text/porlin.hxx
parent5d5a1348bb9a63ecd7d840116f2577231a89dd08 (diff)
fix compile with debug enabled
Diffstat (limited to 'sw/source/core/text/porlin.hxx')
-rw-r--r--sw/source/core/text/porlin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/porlin.hxx b/sw/source/core/text/porlin.hxx
index efa942a4cbcc..a4f887113173 100644
--- a/sw/source/core/text/porlin.hxx
+++ b/sw/source/core/text/porlin.hxx
@@ -201,7 +201,7 @@ public:
virtual void HandlePortion( SwPortionHandler& rPH ) const;
#if OSL_DEBUG_LEVEL > 1
- void dumpPortionAsXml(USHORT ofs, String& aText, xmlTextWriter* writer);
+ void dumpPortionAsXml(sal_uInt16 ofs, String& aText, xmlTextWriter* writer);
#endif
OUTPUT_OPERATOR
};