From 3be58c0cfa473627d3793db7568c0c4ac4e78eba Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 21:56:51 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.43.72); FILE MERGED 2007/06/04 13:34:38 vg 1.43.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- sfx2/source/appl/appquit.cxx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'sfx2/source/appl/appquit.cxx') diff --git a/sfx2/source/appl/appquit.cxx b/sfx2/source/appl/appquit.cxx index cc4eef4f65ac..24b8529a1239 100644 --- a/sfx2/source/appl/appquit.cxx +++ b/sfx2/source/appl/appquit.cxx @@ -4,9 +4,9 @@ * * $RCSfile: appquit.cxx,v $ * - * $Revision: 1.43 $ + * $Revision: 1.44 $ * - * last change: $Author: obo $ $Date: 2007-03-15 17:02:25 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:56:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -65,29 +65,29 @@ #endif #include "app.hrc" -#include "app.hxx" -#include "unoctitm.hxx" +#include +#include #include "appdata.hxx" -#include "viewsh.hxx" -#include "dispatch.hxx" -#include "printer.hxx" +#include +#include +#include #include "arrdecl.hxx" #include "sfxresid.hxx" -#include "event.hxx" -#include "macrconf.hxx" -#include "mnumgr.hxx" -#include "templdlg.hxx" -#include "msgpool.hxx" -#include "docfile.hxx" +#include +#include +#include +#include +#include +#include #include "sfxtypes.hxx" #include "sfxlocal.hrc" -#include "fcontnr.hxx" +#include #include "nochaos.hxx" -#include "appuno.hxx" -#include "doctempl.hxx" -#include "viewfrm.hxx" -#include "objsh.hxx" -#include "docfac.hxx" +#include +#include +#include +#include +#include #include "appbaslib.hxx" #ifndef BASICMANAGERREPOSITORY_HXX -- cgit