unotools/source/i18n/calendarwrapper.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e4abc1cb061dfd295a02703219c32542ec7bd1ef
Author: Isamu Mogi <saturda...@gmail.com>
Date:   Fri May 30 19:11:34 2014 +0900

    Fix comments
    
    Change-Id: I7957db170ec7020c9aba915e43779e01c7b98a8c

diff --git a/unotools/source/i18n/calendarwrapper.cxx 
b/unotools/source/i18n/calendarwrapper.cxx
index fc11ee7..278259a 100644
--- a/unotools/source/i18n/calendarwrapper.cxx
+++ b/unotools/source/i18n/calendarwrapper.cxx
@@ -143,7 +143,7 @@ sal_Int32 CalendarWrapper::getCombinedOffsetInMillis(
     }
     catch (const Exception& e)
     {
-        SAL_WARN( "unotools.i18n", "setLocalDateTime: Exception caught " << 
e.Message );
+        SAL_WARN( "unotools.i18n", "getCombinedOffsetInMillis: Exception 
caught " << e.Message );
     }
     return nOffset;
 }
@@ -252,7 +252,7 @@ bool CalendarWrapper::isValid() const
     }
     catch (const Exception& e)
     {
-        SAL_WARN( "unotools.i18n",  "isValue: Exception caught " << e.Message 
);
+        SAL_WARN( "unotools.i18n",  "isValid: Exception caught " << e.Message 
);
     }
     return false;
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to