summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/unocontrols.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/controls/unocontrols.cxx')
-rw-r--r--toolkit/source/controls/unocontrols.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/controls/unocontrols.cxx b/toolkit/source/controls/unocontrols.cxx
index b7f5466ab9ef..80d4def816fd 100644
--- a/toolkit/source/controls/unocontrols.cxx
+++ b/toolkit/source/controls/unocontrols.cxx
@@ -2930,7 +2930,7 @@ void UnoListBoxControl::itemStateChanged( const awt::ItemEvent& rEvent )
}
catch( const Exception& e )
{
- SAL_WARN( "toolkit", "UnoListBoxControl::itemStateChanged: caught an exception: " << e.Message);
+ SAL_WARN( "toolkit", "UnoListBoxControl::itemStateChanged: caught " << e);
}
}
}
@@ -3266,7 +3266,7 @@ void UnoComboBoxControl::itemStateChanged( const awt::ItemEvent& rEvent )
}
catch( const Exception& e )
{
- SAL_WARN( "toolkit", "UnoComboBoxControl::itemStateChanged: caught an exception: " << e.Message);
+ SAL_WARN( "toolkit", "UnoComboBoxControl::itemStateChanged: caught " << e);
}
}
}