shelljob.cxx (6d739b60) shelljob.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

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

39#include <osl/process.h>
40#include <vcl/svapp.hxx>
41#include <rtl/ustrbuf.hxx>
42#include <comphelper/sequenceashashmap.hxx>
43
44//_______________________________________________
45// include interfaces
46
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 <osl/process.h>
40#include <vcl/svapp.hxx>
41#include <rtl/ustrbuf.hxx>
42#include <comphelper/sequenceashashmap.hxx>
43
44//_______________________________________________
45// include interfaces
46
47#include <com/sun/star/system/XSystemShellExecute.hpp>
48#include <com/sun/star/system/SystemShellExecuteFlags.hpp>
49#include <com/sun/star/util/XStringSubstitution.hpp>
50
51//_______________________________________________
52// namespace
53
54namespace framework{
55
56//_______________________________________________

--- 154 unchanged lines hidden ---
47#include <com/sun/star/util/XStringSubstitution.hpp>
48
49//_______________________________________________
50// namespace
51
52namespace framework{
53
54//_______________________________________________

--- 154 unchanged lines hidden ---