Kaydet (Commit) f1e54cdd authored tarafından Alexander Bergmann's avatar Alexander Bergmann Kaydeden (comit) Michael Meeks

sax_fastparser::FastSerializerHelper::write(float)

üst 955b18d4
......@@ -150,11 +150,6 @@ FastSerializerHelper* FastSerializerHelper::write(sal_Int64 value)
return write(::rtl::OUString::valueOf(value));
}
FastSerializerHelper* FastSerializerHelper::write(float value)
{
return write(::rtl::OUString::valueOf(value));
}
FastSerializerHelper* FastSerializerHelper::write(double value)
{
return write(::rtl::OUString::valueOf(value));
......
......@@ -1778,7 +1778,6 @@ sax_fastparser::FastSerializerHelper::endElement(char const*)
sax_fastparser::FastSerializerHelper::singleElement(char const*, ...)
sax_fastparser::FastSerializerHelper::singleElement(char const*, com::sun::star::uno::Reference<com::sun::star::xml::sax::XFastAttributeList>)
sax_fastparser::FastSerializerHelper::startElement(char const*, ...)
sax_fastparser::FastSerializerHelper::write(float)
sd::CopyDlg::LinkStubReset(void*, void*)
sd::LeftDrawPaneShell::RegisterInterface(SfxModule*)
sd::LeftImpressPaneShell::RegisterInterface(SfxModule*)
......
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