summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Bergmann <myaddons@gmx.de>2012-01-13 15:26:56 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-01-16 10:18:55 +0000
commitf1e54cdd366781e96115b5e8932ff4ead6a7a3d9 (patch)
tree6a88b780a000177e0e29f4b02fe04af8d8d86422
parentvcl: second part of fix for fdo#43458 - get xrandr / y positioning right (diff)
downloadcore-f1e54cdd366781e96115b5e8932ff4ead6a7a3d9.tar.gz
core-f1e54cdd366781e96115b5e8932ff4ead6a7a3d9.zip
sax_fastparser::FastSerializerHelper::write(float)
-rw-r--r--sax/source/tools/fshelper.cxx5
-rw-r--r--unusedcode.easy1
2 files changed, 0 insertions, 6 deletions
diff --git a/sax/source/tools/fshelper.cxx b/sax/source/tools/fshelper.cxx
index 239096ae8a05..89c2b1a45f59 100644
--- a/sax/source/tools/fshelper.cxx
+++ b/sax/source/tools/fshelper.cxx
@@ -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));
diff --git a/unusedcode.easy b/unusedcode.easy
index 7acfd215832c..20ea8da16075 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -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*)