diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:52:08 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:52:08 +0000 |
commit | 088f2be446e7701caa99e28723a32d61fe7a0df8 (patch) | |
tree | 88992bf7858143ee55cad89c00686f0aeb809045 /svx | |
parent | 9efd77b40e0cb2072c9ffe1eb33f3e32848c1066 (diff) |
INTEGRATION: CWS vgbugs07 (1.8.256); FILE MERGED
2007/06/04 13:27:19 vg 1.8.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sdr/properties/emptyproperties.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/sdr/properties/emptyproperties.cxx b/svx/source/sdr/properties/emptyproperties.cxx index 8367b7ba9feb..311cf660c61a 100644 --- a/svx/source/sdr/properties/emptyproperties.cxx +++ b/svx/source/sdr/properties/emptyproperties.cxx @@ -4,9 +4,9 @@ * * $RCSfile: emptyproperties.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 13:36:48 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:52:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,15 +49,15 @@ #endif #ifndef _SVDDEF_HXX -#include <svddef.hxx> +#include <svx/svddef.hxx> #endif #ifndef _SVDOBJ_HXX -#include <svdobj.hxx> +#include <svx/svdobj.hxx> #endif #ifndef _SVDPOOL_HXX -#include <svdpool.hxx> +#include <svx/svdpool.hxx> #endif ////////////////////////////////////////////////////////////////////////////// |