summaryrefslogtreecommitdiff
path: root/sw/source/filter/inc
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/inc
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/inc')
-rw-r--r--sw/source/filter/inc/fltini.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/inc/fltini.hxx b/sw/source/filter/inc/fltini.hxx
index c20859fa5250..70cafaa46e94 100644
--- a/sw/source/filter/inc/fltini.hxx
+++ b/sw/source/filter/inc/fltini.hxx
@@ -43,7 +43,7 @@ class XMLReader : public Reader
{
virtual ErrCode Read(SwDoc &, const OUString& rBaseURL, SwPaM &, const OUString &) override;
public:
- virtual int GetReaderType() override;
+ virtual SwReaderType GetReaderType() override;
XMLReader();