diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:08:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:08:12 +0000 |
commit | 3dfdff1c667afbfba6acf1169c3b826fab97a34c (patch) | |
tree | b42d1273c3bdca7e44081079580eca0aec4d51e4 /svx/source/fmcomp | |
parent | b7433ff5437b81ec17de4d22f77cf9ff6f1044af (diff) |
INTEGRATION: CWS vgbugs07 (1.59.50); FILE MERGED
2007/06/04 13:26:55 vg 1.59.50.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/fmcomp')
-rw-r--r-- | svx/source/fmcomp/fmgridcl.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx index 705f0ce1ce94..80c6c91f78a5 100644 --- a/svx/source/fmcomp/fmgridcl.cxx +++ b/svx/source/fmcomp/fmgridcl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fmgridcl.cxx,v $ * - * $Revision: 1.59 $ + * $Revision: 1.60 $ * - * last change: $Author: rt $ $Date: 2007-04-26 07:48:36 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:08:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ #include "precompiled_svx.hxx" #ifndef _SVX_FMGRIDCL_HXX -#include "fmgridcl.hxx" +#include <svx/fmgridcl.hxx> #endif #ifndef _SVX_GRIDCELL_HXX #include "gridcell.hxx" @@ -155,7 +155,7 @@ #endif #ifndef _SVX_SVXIDS_HRC -#include "svxids.hrc" +#include <svx/svxids.hrc> #endif #ifndef _SHL_HXX @@ -163,7 +163,7 @@ #endif #ifndef _SVX_DIALMGR_HXX -#include "dialmgr.hxx" +#include <svx/dialmgr.hxx> #endif #ifndef _SVX_GRIDCOLS_HXX @@ -207,14 +207,14 @@ #endif #ifndef _SVX_DBAEXCHANGE_HXX_ -#include "dbaexchange.hxx" +#include <svx/dbaexchange.hxx> #endif #ifndef _SV_MULTISEL_HXX #include <tools/multisel.hxx> #endif -#include "svxdlg.hxx" //CHINA001 -#include <dialogs.hrc> //CHINA001 +#include <svx/svxdlg.hxx> //CHINA001 +#include <svx/dialogs.hrc> //CHINA001 using namespace ::com::sun::star::uno; using namespace ::com::sun::star::view; |