summaryrefslogtreecommitdiff
path: root/desktop/source/app/check_ext_deps.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/check_ext_deps.cxx')
-rw-r--r--desktop/source/app/check_ext_deps.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/app/check_ext_deps.cxx b/desktop/source/app/check_ext_deps.cxx
index 6440786317e1..a9edc0c11b14 100644
--- a/desktop/source/app/check_ext_deps.cxx
+++ b/desktop/source/app/check_ext_deps.cxx
@@ -290,7 +290,6 @@ static bool impl_checkDependencies( const uno::Reference< uno::XComponentContext
}
catch ( const uno::RuntimeException & ) { throw; }
catch (const uno::Exception & exc) {
- (void) exc;
SAL_WARN( "desktop.app", "" << exc.Message );
}
e icerun annotation to stop parallel java builds from explodingMichael Meeks 2012-10-08Fix build with a Cygwin path for TARFILE_LOCATIONTor Lillqvist 2012-10-02gbuildification of rhinoDavid Ostrovsky 2012-07-10quote $ANT in makefiles so path with spaces worksMichael Stahl