Kaydet (Commit) 64061d8d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Move exithelper.h to include

We will want to use EXITHELPER_CRASH_WITH_RESTART in vcl, too.

Change-Id: If34244a361b157e0e9c7cca55fc34f0574f39984
üst be3e09a2
......@@ -35,7 +35,6 @@
#include "lockfile.hxx"
#include "userinstall.hxx"
#include "desktopcontext.hxx"
#include "exithelper.h"
#include "migration.hxx"
#include <svl/languageoptions.hxx>
......@@ -76,6 +75,7 @@
#include <com/sun/star/frame/thePopupMenuControllerFactory.hpp>
#include <com/sun/star/office/Quickstart.hpp>
#include <desktop/exithelper.h>
#include <sal/log.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <comphelper/configuration.hxx>
......
......@@ -25,6 +25,7 @@
#include <string.h>
#include <errno.h>
#include <desktop/exithelper.h>
#include <osl/process.h>
#include <osl/thread.h>
#include <rtl/bootstrap.h>
......@@ -34,7 +35,6 @@
#include <sal/main.h>
#include "args.h"
#include "../../source/inc/exithelper.h"
#include "pagein.h"
#include "splashx.h"
......
......@@ -38,10 +38,10 @@
#include <stdlib.h>
#include <systools/win32/uwinapi.h>
#include <desktop/exithelper.h>
#include <rtl/string.h>
#include <sal/macros.h>
#include "../../../source/inc/exithelper.h"
#include "../loader.hxx"
#include <config_version.h>
......
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_DESKTOP_SOURCE_INC_EXITHELPER_H
#define INCLUDED_DESKTOP_SOURCE_INC_EXITHELPER_H
#ifndef INCLUDED_DESKTOP_EXITHELPER_H
#define INCLUDED_DESKTOP_EXITHELPER_H
enum EExitCodes {
/* e.g. used to force showing of the command line help */
......@@ -33,6 +33,6 @@ enum EExitCodes {
EXITHELPER_NORMAL_RESTART = 81
};
#endif // INCLUDED_DESKTOP_SOURCE_INC_EXITHELPER_H
#endif // INCLUDED_DESKTOP_EXITHELPER_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment