svx/source/core/extedit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e5bb4e6dbc568c90c97a6a341a5224fb91228f98 Author: Michael Stahl <[email protected]> Date: Mon Jan 19 12:43:44 2015 +0100 argh damnit Change-Id: I639d82ace116a09218cd71c62ac9e37efd6d957d diff --git a/svx/source/core/extedit.cxx b/svx/source/core/extedit.cxx index 6f6dc2c..d0f9909 100644 --- a/svx/source/core/extedit.cxx +++ b/svx/source/core/extedit.cxx @@ -94,7 +94,7 @@ void ExternalToolEditThread::execute() xSystemShellExecute->execute(m_aFileName, OUString(), SystemShellExecuteFlags::URIS_ONLY); } - catch (uno::Exception const& e) + catch (Exception const& e) { SAL_WARN("svx", "ExternalToolEditThread: exception: " << e.Message); } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
