diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-10-03 11:16:39 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-10-23 13:24:28 +0200 |
commit | f39d69f6b5bc6dad1112e9465e12395d9439effb (patch) | |
tree | 3d95f927c680e343e32ef43febcab8f7e49969be /include/sax/fshelper.hxx | |
parent | c0c45cad415b2d091c632f3c2bc15103597db1f9 (diff) |
Remove few pointless OUString::number() and one method
Change-Id: I3e9a302a7513eebfeff07402f71fc3dde22e4cc2
Diffstat (limited to 'include/sax/fshelper.hxx')
-rw-r--r-- | include/sax/fshelper.hxx | 1 |
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); |