sfx2/source/bastyp/helper.cxx |   12 ------------
 1 file changed, 12 deletions(-)

New commits:
commit f935aa9d9cb6dde3dfd1b018c4b8938ff6c16183
Author: Tor Lillqvist <t...@iki.fi>
Date:   Thu Apr 4 08:25:08 2013 +0300

    WaE: unused function 'convertDateTime'
    
    Change-Id: I6d36291f4381cc43782861ca1180b7fa7b155551

diff --git a/sfx2/source/bastyp/helper.cxx b/sfx2/source/bastyp/helper.cxx
index 444dda9..434d7a8 100644
--- a/sfx2/source/bastyp/helper.cxx
+++ b/sfx2/source/bastyp/helper.cxx
@@ -56,18 +56,6 @@ using ::std::vector;
 
 using ::rtl::OStringToOUString;
 
-namespace {
-
-DateTime convertDateTime( const util::DateTime& rUnoDT )
-{
-    return DateTime( Date( rUnoDT.Day, rUnoDT.Month, rUnoDT.Year ),
-                         Time( rUnoDT.Hours, rUnoDT.Minutes, rUnoDT.Seconds, 
rUnoDT.HundredthSeconds ) );
-}
-
-}
-
-// -----------------------------------------------------------------------
-
 std::vector<OUString> SfxContentHelper::GetResultSet( const OUString& rURL )
 {
     vector<OUString> aList;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to