diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-01-16 10:20:37 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-16 10:20:37 +0000 |
commit | 3391bd05cc2f43a48cdccda0ae4c1a2f587bbaaa (patch) | |
tree | 295a4dace02ec6b72f522420c4e780e1765eb19c /sax | |
parent | f1e54cdd366781e96115b5e8932ff4ead6a7a3d9 (diff) |
cleanup: remove unused prototype too
Diffstat (limited to 'sax')
-rw-r--r-- | sax/inc/sax/fshelper.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sax/inc/sax/fshelper.hxx b/sax/inc/sax/fshelper.hxx index f6651fa8b647..89cf818b54e6 100644 --- a/sax/inc/sax/fshelper.hxx +++ b/sax/inc/sax/fshelper.hxx @@ -90,7 +90,6 @@ public: FastSerializerHelper* write(const rtl::OUString& value); FastSerializerHelper* write(sal_Int32 value); FastSerializerHelper* write(sal_Int64 value); - FastSerializerHelper* write(float value); FastSerializerHelper* write(double value); FastSerializerHelper* writeEscaped(const char* value); |