shellexec.cxx (f8e2c85a) shellexec.cxx (781fd7ca)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 30 unchanged lines hidden (view full) ---

39#include <com/sun/star/uri/XExternalUriReferenceTranslator.hpp>
40#include <com/sun/star/uri/ExternalUriReferenceTranslator.hpp>
41
42#include "uno/current_context.hxx"
43
44#include <string.h>
45#include <errno.h>
46#include <unistd.h>
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 30 unchanged lines hidden (view full) ---

39#include <com/sun/star/uri/XExternalUriReferenceTranslator.hpp>
40#include <com/sun/star/uri/ExternalUriReferenceTranslator.hpp>
41
42#include "uno/current_context.hxx"
43
44#include <string.h>
45#include <errno.h>
46#include <unistd.h>
47#ifdef OS2
48#include <process.h>
49#endif
47
48//------------------------------------------------------------------------
49// namespace directives
50//------------------------------------------------------------------------
51
52using com::sun::star::system::XSystemShellExecute;
53using com::sun::star::system::SystemShellExecuteException;
54

--- 273 unchanged lines hidden ---
50
51//------------------------------------------------------------------------
52// namespace directives
53//------------------------------------------------------------------------
54
55using com::sun::star::system::XSystemShellExecute;
56using com::sun::star::system::SystemShellExecuteException;
57

--- 273 unchanged lines hidden ---