summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 17:50:15 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 17:50:15 +0000
commit2cb402c04267fc60237f66113f98deecf5f2e5ec (patch)
treeebc96254cdbbeaab4155a3e3ea4b809bc8b71719
parent60534e128fa8a192fff00458ce1b6578e0d674e9 (diff)
INTEGRATION: CWS vgbugs07 (1.12.32); FILE MERGED
2007/06/04 13:27:18 vg 1.12.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r--svx/source/sdr/properties/customshapeproperties.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/sdr/properties/customshapeproperties.cxx b/svx/source/sdr/properties/customshapeproperties.cxx
index ce3e18eb74..405874d248 100644
--- a/svx/source/sdr/properties/customshapeproperties.cxx
+++ b/svx/source/sdr/properties/customshapeproperties.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: customshapeproperties.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 14:55:58 $
+ * last change: $Author: hr $ $Date: 2007-06-27 18:50:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,13 +47,13 @@
#include <svtools/style.hxx>
#endif
#ifndef _SVDOASHP_HXX
-#include <svdoashp.hxx>
+#include <svx/svdoashp.hxx>
#endif
#ifndef _EEITEM_HXX
-#include <eeitem.hxx>
+#include <svx/eeitem.hxx>
#endif
#ifndef _SDTAGITM_HXX
-#include <sdtagitm.hxx>
+#include <svx/sdtagitm.hxx>
#endif
#ifndef _SFX_WHITER_HXX
#include <svtools/whiter.hxx>