summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/gtksalframe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/gtksalframe.cxx')
-rw-r--r--vcl/unx/gtk/gtksalframe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/gtksalframe.cxx b/vcl/unx/gtk/gtksalframe.cxx
index 0077a056bb53..27b8f3158c62 100644
--- a/vcl/unx/gtk/gtksalframe.cxx
+++ b/vcl/unx/gtk/gtksalframe.cxx
@@ -3778,7 +3778,7 @@ static uno::Reference<accessibility::XAccessibleEditableText> lcl_GetxText(vcl::
}
catch(const uno::Exception& e)
{
- SAL_WARN( "vcl.gtk", "Exception in getting input method surrounding text: " << e.Message);
+ SAL_WARN( "vcl.gtk", "Exception in getting input method surrounding text: " << e);
}
return xText;
}