sax_fastparser::FastSerializerHelper::write(float)
This commit is contained in:
parent
955b18d418
commit
f1e54cdd36
2 changed files with 0 additions and 6 deletions
|
@ -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*)
|
||||
|
|
Loading…
Reference in a new issue