summaryrefslogtreecommitdiff
path: root/shell/source/win32/SysShExec.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/SysShExec.cxx')
-rw-r--r--shell/source/win32/SysShExec.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/source/win32/SysShExec.cxx b/shell/source/win32/SysShExec.cxx
index 441cfc50451b..baecf1a133fa 100644
--- a/shell/source/win32/SysShExec.cxx
+++ b/shell/source/win32/SysShExec.cxx
@@ -172,7 +172,6 @@ namespace // private
#define E_UNKNOWN_EXEC_ERROR -1
-
bool is_system_path(const OUString& path_or_uri)
{
OUString url;
@@ -201,7 +200,6 @@ namespace // private
}
-
bool is_existing_file(const OUString& file_name)
{
OSL_ASSERT(is_system_path(file_name));
@@ -242,7 +240,6 @@ namespace // private
} // end namespace
-
CSysShExec::CSysShExec( const Reference< css::uno::XComponentContext >& xContext ) :
WeakComponentImplHelper< XSystemShellExecute, XServiceInfo >( m_aMutex ),
m_xContext(xContext)
@@ -259,7 +256,6 @@ CSysShExec::CSysShExec( const Reference< css::uno::XComponentContext >& xContext
}
-
void SAL_CALL CSysShExec::execute( const OUString& aCommand, const OUString& aParameter, sal_Int32 nFlags )
throw (IllegalArgumentException, SystemShellExecuteException, RuntimeException)
{