diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:09:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:09:44 +0000 |
commit | 40910552671fa1ddde321909ffb395affd07ea7f (patch) | |
tree | f88ba3d6104625923584d1b5ae9fcdc17fc8cf5f /svx/source/form/ParseContext.cxx | |
parent | 63eb6aaa53ce886074d640df136ed63fb12d26f8 (diff) |
INTEGRATION: CWS vgbugs07 (1.10.32); FILE MERGED
2007/06/04 13:26:56 vg 1.10.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/form/ParseContext.cxx')
-rw-r--r-- | svx/source/form/ParseContext.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/form/ParseContext.cxx b/svx/source/form/ParseContext.cxx index 6c2494afa868..73840f604f2f 100644 --- a/svx/source/form/ParseContext.cxx +++ b/svx/source/form/ParseContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ParseContext.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: kz $ $Date: 2007-05-10 10:05:21 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:09:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -47,7 +47,7 @@ #ifndef _SVX_FMRESIDS_HRC #include "fmresids.hrc" #endif -#include "dialmgr.hxx" +#include <svx/dialmgr.hxx> #ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> #endif |