summaryrefslogtreecommitdiff
path: root/shell/source/unix/exec
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:19:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:19:31 +0000
commitc6f00d0ca5c9c11ccd199ef9ad20124ba836b079 (patch)
tree4c33d5fd7ce65b8feed0f3fef35040934c8debaf /shell/source/unix/exec
parent1a447b01958dea7f89fc9a5853b77ea3242e24b8 (diff)
INTEGRATION: CWS warnings01 (1.12.8); FILE MERGED
2005/11/07 17:03:16 pl 1.12.8.2: RESYNC: (1.12-1.13); FILE MERGED 2005/10/26 15:08:21 pl 1.12.8.1: #i55991# remove warnings for solaris platform
Diffstat (limited to 'shell/source/unix/exec')
-rw-r--r--shell/source/unix/exec/shellexec.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx
index a3fc9baab913..96c624fcc6fd 100644
--- a/shell/source/unix/exec/shellexec.cxx
+++ b/shell/source/unix/exec/shellexec.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: shellexec.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2005-09-27 12:53:50 $
+ * last change: $Author: hr $ $Date: 2006-06-19 14:19:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -151,7 +151,7 @@ ShellExec::ShellExec( const Reference< XComponentContext >& xContext ) :
//
//-------------------------------------------------
-void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aParameter, sal_Int32 nFlags )
+void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aParameter, sal_Int32 /*nFlags*/ )
throw (IllegalArgumentException, SystemShellExecuteException, RuntimeException)
{
OStringBuffer aBuffer, aLaunchBuffer;