summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/SwXMLTextBlocks.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2016-03-30 20:39:37 +0200
committerNoel Grandin <noel@peralex.com>2016-03-31 13:23:03 +0200
commiteb20c5c707e12780008c3a87803324f516a935e0 (patch)
treea00b3d8292282cbab81a6854fb3c57fc537ef104 /sw/source/core/inc/SwXMLTextBlocks.hxx
parent183c990a47da6f2bbbd4a40ff16f9605b5fdda3a (diff)
tdf#84938 convert SWBLK_ constants to scoped enum
Change-Id: Ib5ff447973850cac8c1a31dd4778dda4d1c8c83c
Diffstat (limited to 'sw/source/core/inc/SwXMLTextBlocks.hxx')
-rw-r--r--sw/source/core/inc/SwXMLTextBlocks.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/SwXMLTextBlocks.hxx b/sw/source/core/inc/SwXMLTextBlocks.hxx
index 19e35fa68e35..9e6a54d53b1a 100644
--- a/sw/source/core/inc/SwXMLTextBlocks.hxx
+++ b/sw/source/core/inc/SwXMLTextBlocks.hxx
@@ -64,7 +64,7 @@ public:
virtual sal_uLong PutText( const OUString&, const OUString&, const OUString& ) override;
virtual sal_uLong MakeBlockList() override;
- virtual short GetFileType() const override;
+ virtual FileType GetFileType() const override;
virtual sal_uLong OpenFile( bool bReadOnly = true ) override;
virtual void CloseFile() override;