diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:52:37 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:52:37 +0000 |
commit | 3b49ad109d7271e4dde89f5e5457d67cac599710 (patch) | |
tree | 57fae77152892799d8bf3b0ba04a41d1e0ea8f1a /svx | |
parent | 13da4df2c1cf55b5916ea90c7345f185f3d56f7a (diff) |
INTEGRATION: CWS vgbugs07 (1.10.240); FILE MERGED
2007/06/04 13:27:19 vg 1.10.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sdr/properties/groupproperties.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/svx/source/sdr/properties/groupproperties.cxx b/svx/source/sdr/properties/groupproperties.cxx index 1b32e274862f..45cc5e83e865 100644 --- a/svx/source/sdr/properties/groupproperties.cxx +++ b/svx/source/sdr/properties/groupproperties.cxx @@ -4,9 +4,9 @@ * * $RCSfile: groupproperties.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: vg $ $Date: 2006-11-21 16:45:36 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:52:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,23 +49,23 @@ #endif #ifndef _SVDDEF_HXX -#include <svddef.hxx> +#include <svx/svddef.hxx> #endif #ifndef _EEITEM_HXX -#include <eeitem.hxx> +#include <svx/eeitem.hxx> #endif #ifndef _SVDOGRP_HXX -#include <svdogrp.hxx> +#include <svx/svdogrp.hxx> #endif #ifndef _SVDPOOL_HXX -#include <svdpool.hxx> +#include <svx/svdpool.hxx> #endif #ifndef _SVDPAGE_HXX -#include <svdpage.hxx> +#include <svx/svdpage.hxx> #endif ////////////////////////////////////////////////////////////////////////////// |