summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-09-25 17:06:22 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-10-23 11:53:16 +0200
commit6be21256bdca3d1d1e32b0abec53ba9695ea5808 (patch)
tree2e2b5dfcf38430e7615922d9e5bbf9e249d0329e /include
parentd55648b7e5cd499196389ed9ba5c7badbf3522e5 (diff)
FastSerializer: Have OString version of write() too.
And remove characters() member function. Change-Id: Ifcedbb6d969b7b057ff378d2fbce09c2dde5ac18
Diffstat (limited to 'include')
-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 8a9f1ccf3d12..d83ce786ab2b 100644
--- a/include/sax/fshelper.hxx
+++ b/include/sax/fshelper.hxx
@@ -126,6 +126,7 @@ public:
FastSerializerHelper* write(const char* value);
FastSerializerHelper* write(const OUString& value);
+ FastSerializerHelper* write(const OString& value);
FastSerializerHelper* write(sal_Int32 value);
FastSerializerHelper* write(sal_Int64 value);
FastSerializerHelper* write(double value);