diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:11:03 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:11:03 +0000 |
commit | 0d98158d3ddde8e1c7bd31cb75e1ffa46f06e7ef (patch) | |
tree | 05d8f4c91802134899c05e309f2f7b31504a26e4 /sfx2/source/dialog/dinfedt.cxx | |
parent | 5b341647927be0a9167223ec73738fb37a3d4a63 (diff) |
INTEGRATION: CWS vgbugs07 (1.6.32); FILE MERGED
2007/06/04 13:34:47 vg 1.6.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/dialog/dinfedt.cxx')
-rw-r--r-- | sfx2/source/dialog/dinfedt.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/dialog/dinfedt.cxx b/sfx2/source/dialog/dinfedt.cxx index 6d2c4c3346dd..ceed8bb59c63 100644 --- a/sfx2/source/dialog/dinfedt.cxx +++ b/sfx2/source/dialog/dinfedt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dinfedt.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2007-04-26 10:10:51 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:11:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,7 +42,7 @@ #include "dinfedt.hxx" #include "sfxresid.hxx" -#include "sfx.hrc" +#include <sfx2/sfx.hrc> #include "dinfedt.hrc" // class InfoEdit_Impl --------------------------------------------------- |