diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:38:35 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:38:35 +0000 |
commit | 69088e2c71b9ffd5e0d817f8ecd1db800798631a (patch) | |
tree | 2e06ff73c2212e5736b6e5f936f03579a5edc12e /svx/source/options | |
parent | bdb191d114b0a7b230ea2e586db57570125a2324 (diff) |
INTEGRATION: CWS vgbugs07 (1.17.50); FILE MERGED
2007/06/04 13:27:10 vg 1.17.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/options')
-rw-r--r-- | svx/source/options/optgrid.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/options/optgrid.cxx b/svx/source/options/optgrid.cxx index 635b37dc9319..0a93ab0a689b 100644 --- a/svx/source/options/optgrid.cxx +++ b/svx/source/options/optgrid.cxx @@ -4,9 +4,9 @@ * * $RCSfile: optgrid.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: rt $ $Date: 2007-04-26 07:50:30 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:38:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,10 +50,10 @@ #define _SVX_OPTGRID_CXX -#include "svxids.hrc" -#include "dialmgr.hxx" +#include <svx/svxids.hrc> +#include <svx/dialmgr.hxx> #include "optgrid.hxx" -#include "dialogs.hrc" +#include <svx/dialogs.hrc> #include "optgrid.hrc" #include "dlgutil.hxx" |