diff options
author | Isamu Mogi <saturday6c@gmail.com> | 2014-05-30 19:11:34 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-04 15:18:22 +0100 |
commit | e4abc1cb061dfd295a02703219c32542ec7bd1ef (patch) | |
tree | 1a57f13c2ba44e585c558b5971a620d7853e8218 /unotools | |
parent | 322da54d74cfff7881f25d4ad41d95328f5205d4 (diff) |
Fix comments
Change-Id: I7957db170ec7020c9aba915e43779e01c7b98a8c
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/i18n/calendarwrapper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/i18n/calendarwrapper.cxx b/unotools/source/i18n/calendarwrapper.cxx index fc11ee756d77..278259a46006 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; } |