Kaydet (Commit) 3391bd05 authored tarafından Michael Meeks's avatar Michael Meeks

cleanup: remove unused prototype too

üst f1e54cdd
...@@ -90,7 +90,6 @@ public: ...@@ -90,7 +90,6 @@ public:
FastSerializerHelper* write(const rtl::OUString& value); FastSerializerHelper* write(const rtl::OUString& value);
FastSerializerHelper* write(sal_Int32 value); FastSerializerHelper* write(sal_Int32 value);
FastSerializerHelper* write(sal_Int64 value); FastSerializerHelper* write(sal_Int64 value);
FastSerializerHelper* write(float value);
FastSerializerHelper* write(double value); FastSerializerHelper* write(double value);
FastSerializerHelper* writeEscaped(const char* value); FastSerializerHelper* writeEscaped(const char* value);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment