summaryrefslogtreecommitdiff
path: root/include/sax
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2019-10-04 11:55:05 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2019-10-04 12:40:06 +0200
commit59e5d2c8839ee6bf2bb237c0db4a618cb98b2dd9 (patch)
tree804dba11b76c99a695d58c8f5b164a592b7ba3ac /include/sax
parent314958decf4491ca7b11c2ef014d29ea2ae14d69 (diff)
Deduplicate some serializer writing code, and simplify writing OString
Change-Id: I391f8cb499a83f1f774fdcaa794169a218bdc7e5 Reviewed-on: https://gerrit.libreoffice.org/80189 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'include/sax')
-rw-r--r--include/sax/fshelper.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sax/fshelper.hxx b/include/sax/fshelper.hxx
index 8169ce5ea166..773ce6892e26 100644
--- a/include/sax/fshelper.hxx
+++ b/include/sax/fshelper.hxx
@@ -131,6 +131,7 @@ public:
{ startElement( FSNS( namespaceTokenId, elementTokenId ), xAttrList ); }
FastSerializerHelper* write(const char* value);
+ FastSerializerHelper* write(const OString& value);
FastSerializerHelper* write(const OUString& value);
FastSerializerHelper* write(sal_Int32 value);
FastSerializerHelper* write(sal_Int64 value);