summaryrefslogtreecommitdiff
path: root/svx/source/unoedit
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 18:29:14 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 18:29:14 +0000
commit95ed5ed7f45675d026834637345af253540cffdf (patch)
treed8907e240efed13c4e9bc1fe52c3b10d443178e5 /svx/source/unoedit
parent30ead3f7a26585028016e231a3b6b6f4b67ddfe1 (diff)
INTEGRATION: CWS vgbugs07 (1.26.350); FILE MERGED
2007/06/04 13:27:39 vg 1.26.350.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/unoedit')
-rw-r--r--svx/source/unoedit/unofored.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/svx/source/unoedit/unofored.cxx b/svx/source/unoedit/unofored.cxx
index 9cb42e31fbbb..de3f495568ef 100644
--- a/svx/source/unoedit/unofored.cxx
+++ b/svx/source/unoedit/unofored.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unofored.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 06:17:36 $
+ * last change: $Author: hr $ $Date: 2007-06-27 19:29:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,21 +39,21 @@
#include <algorithm>
#ifndef _EEITEM_HXX //autogen
-#include "eeitem.hxx"
+#include <svx/eeitem.hxx>
#endif
#ifndef _COM_SUN_STAR_I18N_WORDTYPE_HPP_
#include <com/sun/star/i18n/WordType.hpp>
#endif
#include <svtools/itemset.hxx>
-#include <editeng.hxx>
-#include <editview.hxx>
+#include <svx/editeng.hxx>
+#include <svx/editview.hxx>
#include <unoedhlp.hxx>
-#include <editdata.hxx>
-#include <outliner.hxx>
-#include <editobj.hxx> // nur fuer die GetText-Kruecke
+#include <svx/editdata.hxx>
+#include <svx/outliner.hxx>
+#include <svx/editobj.hxx> // nur fuer die GetText-Kruecke
-#include "unofored.hxx"
+#include <svx/unofored.hxx>
using namespace ::com::sun::star;