summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfexportfilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/rtfexportfilter.hxx')
-rw-r--r--sw/source/filter/ww8/rtfexportfilter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/rtfexportfilter.hxx b/sw/source/filter/ww8/rtfexportfilter.hxx
index e3ccc3a9d3f9..d4595eab27b6 100644
--- a/sw/source/filter/ww8/rtfexportfilter.hxx
+++ b/sw/source/filter/ww8/rtfexportfilter.hxx
@@ -40,7 +40,7 @@
class RtfWriter : public Writer
{
protected:
- ULONG WriteStream() { return 0; }
+ sal_uLong WriteStream() { return 0; }
};
/// The physical access to the RTF document (for writing).