summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/swxml.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-07-16 14:41:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-16 16:14:46 +0200
commitfe1b87eb831d6e85b2db0591f933a9eede2e78cf (patch)
treea76fb5394821abc1280df7aa0cef73f6185affec /sw/source/filter/xml/swxml.cxx
parentd22cc61705239d9fcf6ee9597da8c883e3c79da4 (diff)
convert SW*READER constants to scoped enum
Change-Id: I7cf635e238a16e7ec96e585e6eb5e2e9c39b545a Reviewed-on: https://gerrit.libreoffice.org/57497 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/xml/swxml.cxx')
-rw-r--r--sw/source/filter/xml/swxml.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/xml/swxml.cxx b/sw/source/filter/xml/swxml.cxx
index 3d64af5c5c57..ea8c6eacdc1c 100644
--- a/sw/source/filter/xml/swxml.cxx
+++ b/sw/source/filter/xml/swxml.cxx
@@ -121,9 +121,9 @@ XMLReader::XMLReader()
{
}
-int XMLReader::GetReaderType()
+SwReaderType XMLReader::GetReaderType()
{
- return SW_STORAGE_READER;
+ return SwReaderType::Storage;
}
namespace