[Libreoffice-commits] .: 2 commits - sax/inc sax/source unusedcode.easy

Michael Meeks michael at kemper.freedesktop.org
Mon Jan 16 02:21:15 PST 2012


 sax/inc/sax/fshelper.hxx      |    1 -
 sax/source/tools/fshelper.cxx |    5 -----
 unusedcode.easy               |    1 -
 3 files changed, 7 deletions(-)

New commits:
commit 3391bd05cc2f43a48cdccda0ae4c1a2f587bbaaa
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Mon Jan 16 10:20:37 2012 +0000

    cleanup: remove unused prototype too

diff --git a/sax/inc/sax/fshelper.hxx b/sax/inc/sax/fshelper.hxx
index f6651fa..89cf818 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);
commit f1e54cdd366781e96115b5e8932ff4ead6a7a3d9
Author: Alexander Bergmann <myaddons at gmx.de>
Date:   Fri Jan 13 15:26:56 2012 +0100

    sax_fastparser::FastSerializerHelper::write(float)

diff --git a/sax/source/tools/fshelper.cxx b/sax/source/tools/fshelper.cxx
index 239096a..89c2b1a 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 7acfd21..20ea8da 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*)


More information about the Libreoffice-commits mailing list