summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-03-04 10:40:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-03-04 12:12:17 +0100
commitba676e500f39c398248b906e516843f20ecef30e (patch)
tree8bec849b394e854184997722511e32f4b19bd6c9 /sw/inc
parente457b1de6b28e53b900d559d6f2f1ac6a489a9c4 (diff)
expand out SwRead typedef
not adding any value Change-Id: I8e7bc1150b4bf7e9431e522be3807007a52f65c4 Reviewed-on: https://gerrit.libreoffice.org/68667 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/shellio.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx
index 2e1e8b8af4f9..827326d55b9b 100644
--- a/sw/inc/shellio.hxx
+++ b/sw/inc/shellio.hxx
@@ -102,8 +102,6 @@ public:
// Base class of possible options for a special reader.
class Reader;
-// SwRead is pointer to the read-options base class.
-typedef Reader *SwRead;
class SwgReaderOption
{
@@ -356,9 +354,9 @@ public:
// BEGIN source/filter/basflt/fltini.cxx
-extern SwRead ReadAscii, /*ReadSwg, ReadSw3, */ReadHTML, ReadXML;
+extern Reader *ReadAscii, *ReadHTML, *ReadXML;
-SW_DLLPUBLIC SwRead SwGetReaderXML();
+SW_DLLPUBLIC Reader* SwGetReaderXML();
// END source/filter/basflt/fltini.cxx