diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:29:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:29:29 +0000 |
commit | 56fe42e85f61fb90980907f7000ceddbf4b2ac58 (patch) | |
tree | 3c204327fe8cb62d1248f9a687bb21acdcb208d3 /sfx2/source/inc | |
parent | 428c128dff54dc32c3b18725f6400a97bc4d4923 (diff) |
INTEGRATION: CWS vgbugs07 (1.8.520); FILE MERGED
2007/06/04 13:34:58 vg 1.8.520.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/statcach.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/inc/statcach.hxx b/sfx2/source/inc/statcach.hxx index 7a994c3d041d..68644c8308fb 100644 --- a/sfx2/source/inc/statcach.hxx +++ b/sfx2/source/inc/statcach.hxx @@ -4,9 +4,9 @@ * * $RCSfile: statcach.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:13:04 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:29:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,14 +64,14 @@ #endif #ifndef _SFXBINDINGS_HXX -#include "bindings.hxx" +#include <sfx2/bindings.hxx> #endif #ifndef _SFXMSGSERV_HXX #include "slotserv.hxx" #endif -#include "sfxuno.hxx" +#include <sfx2/sfxuno.hxx> class SfxControllerItem; class SfxDispatcher; |