diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:28:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:28:40 +0000 |
commit | 11411a3462ef6228b05e5d7a9fac0dc1d07bbe36 (patch) | |
tree | 1e499eeeae69a1f8a1ab82bd892e71ab8d526087 /sfx2/source/inc | |
parent | c8f9d2330e94aff01e579821dace40686a216db8 (diff) |
INTEGRATION: CWS vgbugs07 (1.3.520); FILE MERGED
2007/06/04 13:34:58 vg 1.3.520.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/preview.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/inc/preview.hxx b/sfx2/source/inc/preview.hxx index d7a52dfda6a8..1dc05c0143ce 100644 --- a/sfx2/source/inc/preview.hxx +++ b/sfx2/source/inc/preview.hxx @@ -4,9 +4,9 @@ * * $RCSfile: preview.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:09:12 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:28:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,8 +36,8 @@ #define _SFXPREVIEW_HXX -#include "doctempl.hxx" -#include "basedlgs.hxx" +#include <sfx2/doctempl.hxx> +#include <sfx2/basedlgs.hxx> class SfxObjectShell; //REMOVE class SvStorageRef; |