diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:07:18 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:07:18 +0000 |
commit | 71d0e3cce565739d4614afc1272914afda472e16 (patch) | |
tree | 76fb854bc55b1aa723efaf9dc15c974706aff55d /sfx2/source/control | |
parent | 9d0f4b8e9b3626563c11786fad6395fc6af78cb1 (diff) |
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
Diffstat (limited to 'sfx2/source/control')
-rw-r--r-- | sfx2/source/control/request.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
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 <svtools/smplhint.hxx> -#include "request.hxx" -#include "dispatch.hxx" -#include "msg.hxx" -#include "viewfrm.hxx" +#include <sfx2/request.hxx> +#include <sfx2/dispatch.hxx> +#include <sfx2/msg.hxx> +#include <sfx2/viewfrm.hxx> #include "macro.hxx" -#include "objface.hxx" -#include "appuno.hxx" +#include <sfx2/objface.hxx> +#include <sfx2/appuno.hxx> //=================================================================== |