From 71d0e3cce565739d4614afc1272914afda472e16 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 22:07:18 +0000 Subject: INTEGRATION: CWS vgbugs07 (1.19.202); FILE MERGED 2007/06/04 13:34:45 vg 1.19.202.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01 --- sfx2/source/control/request.cxx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'sfx2/source/control/request.cxx') diff --git a/sfx2/source/control/request.cxx b/sfx2/source/control/request.cxx index 095e6c1c2788..f62143894861 100644 --- a/sfx2/source/control/request.cxx +++ b/sfx2/source/control/request.cxx @@ -4,9 +4,9 @@ * * $RCSfile: request.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: obo $ $Date: 2006-10-12 15:51:40 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:07:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,7 @@ // class SfxRequest // // (C) 1996 - 2000 StarDivision GmbH, Hamburg, Germany -// $Author: obo $ $Date: 2006-10-12 15:51:40 $ $Revision: 1.19 $ +// $Author: hr $ $Date: 2007-06-27 23:07:18 $ $Revision: 1.20 $ // $Logfile: T:/sfx2/source/control/request.cxv $ $Workfile: REQUEST.CXX $ //------------------------------------------------------------------*/ @@ -91,13 +91,13 @@ #include -#include "request.hxx" -#include "dispatch.hxx" -#include "msg.hxx" -#include "viewfrm.hxx" +#include +#include +#include +#include #include "macro.hxx" -#include "objface.hxx" -#include "appuno.hxx" +#include +#include //=================================================================== -- cgit