Kaydet (Commit) e4abc1cb authored tarafından Isamu Mogi's avatar Isamu Mogi Kaydeden (comit) Caolán McNamara

Fix comments

Change-Id: I7957db170ec7020c9aba915e43779e01c7b98a8c
üst 322da54d
...@@ -143,7 +143,7 @@ sal_Int32 CalendarWrapper::getCombinedOffsetInMillis( ...@@ -143,7 +143,7 @@ sal_Int32 CalendarWrapper::getCombinedOffsetInMillis(
} }
catch (const Exception& e) catch (const Exception& e)
{ {
SAL_WARN( "unotools.i18n", "setLocalDateTime: Exception caught " << e.Message ); SAL_WARN( "unotools.i18n", "getCombinedOffsetInMillis: Exception caught " << e.Message );
} }
return nOffset; return nOffset;
} }
...@@ -252,7 +252,7 @@ bool CalendarWrapper::isValid() const ...@@ -252,7 +252,7 @@ bool CalendarWrapper::isValid() const
} }
catch (const Exception& e) catch (const Exception& e)
{ {
SAL_WARN( "unotools.i18n", "isValue: Exception caught " << e.Message ); SAL_WARN( "unotools.i18n", "isValid: Exception caught " << e.Message );
} }
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment