[Libreoffice-commits] core.git: svx/source
Michael Stahl
mstahl at redhat.com
Mon Jan 19 03:49:17 PST 2015
svx/source/core/extedit.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e5bb4e6dbc568c90c97a6a341a5224fb91228f98
Author: Michael Stahl <mstahl at redhat.com>
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);
}
More information about the Libreoffice-commits
mailing list