summaryrefslogtreecommitdiff
path: root/vcl/source/window/window.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/window.cxx')
-rw-r--r--vcl/source/window/window.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 47153bce8a4b..0baa83b10176 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -3222,9 +3222,7 @@ Reference< XClipboard > Window::GetClipboard()
}
catch (DeploymentException & e)
{
- SAL_WARN(
- "vcl.window",
- "ignoring DeploymentException \"" << e.Message << "\"");
+ SAL_WARN("vcl.window", "ignoring " << e);
}
}
@@ -3265,9 +3263,7 @@ Reference< XClipboard > Window::GetPrimarySelection()
}
catch (RuntimeException & e)
{
- SAL_WARN(
- "vcl.window",
- "ignoring RuntimeException \"" << e.Message << "\"");
+ SAL_WARN("vcl.window", "ignoring " << e);
}
}