summaryrefslogtreecommitdiffstats
path: root/svx/source/editeng/editobj.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 16:55:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 16:55:35 +0000
commit2c5ce7690eac92800a03cd74ffd5c1737a611855 (patch)
tree9724617b30085482360e52b5ab35babd0232b815 /svx/source/editeng/editobj.cxx
parentINTEGRATION: CWS vgbugs07 (1.105.32); FILE MERGED (diff)
downloadcore-2c5ce7690eac92800a03cd74ffd5c1737a611855.tar.gz
core-2c5ce7690eac92800a03cd74ffd5c1737a611855.zip
INTEGRATION: CWS vgbugs07 (1.26.320); FILE MERGED
2007/06/04 13:26:48 vg 1.26.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/editeng/editobj.cxx')
-rw-r--r--svx/source/editeng/editobj.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/svx/source/editeng/editobj.cxx b/svx/source/editeng/editobj.cxx
index 9f57a518a842..d3300206f49a 100644
--- a/svx/source/editeng/editobj.cxx
+++ b/svx/source/editeng/editobj.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: editobj.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 12:36:10 $
+ * last change: $Author: hr $ $Date: 2007-06-27 17:55:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -43,17 +43,17 @@
#include <tools/stream.hxx>
#include <editobj2.hxx>
-#include <editdata.hxx>
+#include <svx/editdata.hxx>
#include <editattr.hxx>
-#include <editeng.hxx>
+#include <svx/editeng.hxx>
#include <fontitem.hxx>
-#include <cscoitem.hxx>
-#include <flditem.hxx>
-#include <lrspitem.hxx>
-#include <tstpitem.hxx>
+#include <svx/cscoitem.hxx>
+#include <svx/flditem.hxx>
+#include <svx/lrspitem.hxx>
+#include <svx/tstpitem.hxx>
#include <bulitem.hxx>
-#include <numitem.hxx>
-#include <brshitem.hxx>
+#include <svx/numitem.hxx>
+#include <svx/brshitem.hxx>
#include <vcl/graph.hxx>
#include <svtools/intitem.hxx>
#include <vcl/fontcvt.hxx>