summaryrefslogtreecommitdiffstats
path: root/include/sax
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-10-03 11:16:39 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-10-23 13:24:28 +0200
commitf39d69f6b5bc6dad1112e9465e12395d9439effb (patch)
tree3d95f927c680e343e32ef43febcab8f7e49969be /include/sax
parentmaTokenNames.size() is constant: use it and be a bit faster (diff)
downloadcore-f39d69f6b5bc6dad1112e9465e12395d9439effb.tar.gz
core-f39d69f6b5bc6dad1112e9465e12395d9439effb.zip
Remove few pointless OUString::number() and one method
Change-Id: I3e9a302a7513eebfeff07402f71fc3dde22e4cc2
Diffstat (limited to 'include/sax')
-rw-r--r--include/sax/fshelper.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sax/fshelper.hxx b/include/sax/fshelper.hxx
index 1f3b1b894747..50248ce28ce6 100644
--- a/include/sax/fshelper.hxx
+++ b/include/sax/fshelper.hxx
@@ -124,7 +124,6 @@ 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);