summaryrefslogtreecommitdiff
path: root/desktop/unx/source/officeloader/officeloader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/unx/source/officeloader/officeloader.cxx')
-rw-r--r--desktop/unx/source/officeloader/officeloader.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/unx/source/officeloader/officeloader.cxx b/desktop/unx/source/officeloader/officeloader.cxx
index 53ab5a2f41c0..621555b301bf 100644
--- a/desktop/unx/source/officeloader/officeloader.cxx
+++ b/desktop/unx/source/officeloader/officeloader.cxx
@@ -22,7 +22,7 @@
#include <osl/process.h>
#include <rtl/ustring.hxx>
-#include "../../../source/inc/exithelper.hxx"
+#include "../../../source/inc/exithelper.h"
using namespace desktop;
using ::rtl::OUString;
@@ -83,7 +83,7 @@ SAL_IMPLEMENT_MAIN()
if ( info.Fields & osl_Process_EXITCODE )
{
exitcode = info.Code;
- bRestart = (ExitHelper::E_CRASH_WITH_RESTART == exitcode || ExitHelper::E_NORMAL_RESTART == exitcode);
+ bRestart = (EXITHELPER_CRASH_WITH_RESTART == exitcode || EXITHELPER_NORMAL_RESTART == exitcode);
}
else
break;