summaryrefslogtreecommitdiff
path: root/desktop/source/so_comp
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 13:17:28 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 13:17:28 +0000
commit0674d5ffb603bfa7a3badf450148a8c881e6a70c (patch)
tree08059133b44cd0cc861316ef2527b19460ab45a3 /desktop/source/so_comp
parent7174301a2e093b62bbf55509539b4a5e867702a0 (diff)
INTEGRATION: CWS sb59 (1.4.202); FILE MERGED
2006/07/20 07:55:36 sb 1.4.202.1: #i67537# Made code warning-free.
Diffstat (limited to 'desktop/source/so_comp')
-rw-r--r--desktop/source/so_comp/oemjob.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/so_comp/oemjob.cxx b/desktop/source/so_comp/oemjob.cxx
index 8c2a07426d..43a61c0fe0 100644
--- a/desktop/source/so_comp/oemjob.cxx
+++ b/desktop/source/so_comp/oemjob.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: oemjob.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 09:49:01 $
+ * last change: $Author: obo $ $Date: 2006-10-12 14:17:28 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -173,7 +173,7 @@ throw ( RuntimeException )
}
// XJob
-Any SAL_CALL OEMPreloadJob::execute(const Sequence<NamedValue>& args)
+Any SAL_CALL OEMPreloadJob::execute(const Sequence<NamedValue>&)
throw ( RuntimeException )
{
sal_Bool bCont = sal_False;