TestSysShExec.cxx (f8e2c85a) TestSysShExec.cxx (9807c9de)
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

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

25#include "precompiled_shell.hxx"
26
27
28//-----------------------------------------------------------
29// interface includes
30//-----------------------------------------------------------
31#include <com/sun/star/lang/XComponent.hpp>
32#include <com/sun/star/registry/XSimpleRegistry.hpp>
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

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

25#include "precompiled_shell.hxx"
26
27
28//-----------------------------------------------------------
29// interface includes
30//-----------------------------------------------------------
31#include <com/sun/star/lang/XComponent.hpp>
32#include <com/sun/star/registry/XSimpleRegistry.hpp>
33
34#ifndef _COM_SUN_STAR_SYS_SHELL_XSYSTEMSHELLEXECUTE_HPP_
35#include <com/sun/star/system/XSystemShellExecute.hpp>
33#include <com/sun/star/system/XSystemShellExecute.hpp>
36#endif
37#include <cppuhelper/servicefactory.hxx>
38
39
40#include <osl/file.hxx>
41
42//--------------------------------------------------------------
43// other includes
44//--------------------------------------------------------------

--- 119 unchanged lines hidden ---
34#include <cppuhelper/servicefactory.hxx>
35
36
37#include <osl/file.hxx>
38
39//--------------------------------------------------------------
40// other includes
41//--------------------------------------------------------------

--- 119 unchanged lines hidden ---