summaryrefslogtreecommitdiff
path: root/framework/source/jobs/configaccess.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/jobs/configaccess.cxx')
-rw-r--r--framework/source/jobs/configaccess.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/source/jobs/configaccess.cxx b/framework/source/jobs/configaccess.cxx
index 30f2233b11f3..e1d04fbe7429 100644
--- a/framework/source/jobs/configaccess.cxx
+++ b/framework/source/jobs/configaccess.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: configaccess.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 14:03:04 $
+ * last change: $Author: obo $ $Date: 2006-10-12 10:41:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -218,6 +218,7 @@ void ConfigAccess::open( /*IN*/ EOpenMode eMode )
}
catch(css::uno::Exception& ex)
{
+ (void) ex; // avoid warning
LOG_WARNING("open config ...", U2B(ex.Message))
}