diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2020-11-20 17:23:38 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-11-22 11:28:21 +0100 |
commit | 018706ff4fe0bc25d401f789d0c6750a0e94ec1a (patch) | |
tree | 55ba423d084266e7ddca627f3459a8f215b48d72 /xmloff/inc | |
parent | 371964b963f89660dbc545c3a35834f1448e088b (diff) |
fastparser in XMLStringBufferImportContext
Change-Id: I1474bcd98c87ab4a3bfe3cc0e9b8e434e7ce4144
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106280
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/XMLStringBufferImportContext.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xmloff/inc/XMLStringBufferImportContext.hxx b/xmloff/inc/XMLStringBufferImportContext.hxx index 7896667ff357..1975f1e5a0bc 100644 --- a/xmloff/inc/XMLStringBufferImportContext.hxx +++ b/xmloff/inc/XMLStringBufferImportContext.hxx @@ -29,8 +29,6 @@ /** * Import all text into a string buffer. Paragraph elements (<text:p>) * are recognized and cause a return character (0x0a) to be added. - * - * Supports both old and fast-parser. */ class XMLStringBufferImportContext final : public SvXMLImportContext { @@ -40,12 +38,6 @@ public: XMLStringBufferImportContext( SvXMLImport& rImport, - sal_uInt16 nPrefix, - const OUString& sLocalName, - OUStringBuffer& rBuffer); - - XMLStringBufferImportContext( - SvXMLImport& rImport, OUStringBuffer& rBuffer); virtual ~XMLStringBufferImportContext() override; |