diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:27:26 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:27:26 +0000 |
commit | 91e348bed183425589b16a6f5eb7033603221e42 (patch) | |
tree | 82663813e43dfd94a73d95578ea3df663c9df838 /sfx2/source/inc | |
parent | ea98893850ec65740c9a3b98540a027c29bd117f (diff) |
INTEGRATION: CWS vgbugs07 (1.6.308); FILE MERGED
2007/06/04 13:34:57 vg 1.6.308.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/iframe.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/inc/iframe.hxx b/sfx2/source/inc/iframe.hxx index 76e523c088a7..68565447cd02 100644 --- a/sfx2/source/inc/iframe.hxx +++ b/sfx2/source/inc/iframe.hxx @@ -4,9 +4,9 @@ * * $RCSfile: iframe.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:32:58 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:27:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -78,8 +78,8 @@ #include <svtools/ownlist.hxx> #include <svtools/itemprop.hxx> -#include "sfxuno.hxx" -#include "frmdescr.hxx" +#include <sfx2/sfxuno.hxx> +#include <sfx2/frmdescr.hxx> namespace sfx2 { |