summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8par.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 8d38f4a4e0f7..f3f45bfc4970 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -6347,9 +6347,9 @@ ErrCode WW8Reader::Read(SwDoc &rDoc, const OUString& rBaseURL, SwPaM &rPaM, cons
return nRet;
}
-int WW8Reader::GetReaderType()
+SwReaderType WW8Reader::GetReaderType()
{
- return SW_STORAGE_READER | SW_STREAM_READER;
+ return SwReaderType::Storage | SwReaderType::Stream;
}
bool WW8Reader::HasGlossaries() const