summaryrefslogtreecommitdiff
path: root/svx/source/outliner
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 17:42:38 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 17:42:38 +0000
commit340d93db83e2e87e6c6d6df972db8506e1f79cf0 (patch)
tree291045058249586902f1a3047ed2fc2520233f44 /svx/source/outliner
parent3cda831d0f37b73c42ae792fa3e3a8d42a2d4c12 (diff)
INTEGRATION: CWS vgbugs07 (1.29.320); FILE MERGED
2007/06/04 13:27:14 vg 1.29.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/outliner')
-rw-r--r--svx/source/outliner/outlvw.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/svx/source/outliner/outlvw.cxx b/svx/source/outliner/outlvw.cxx
index afc4635051..e263960fb1 100644
--- a/svx/source/outliner/outlvw.cxx
+++ b/svx/source/outliner/outlvw.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: outlvw.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 13:03:10 $
+ * last change: $Author: hr $ $Date: 2007-06-27 18:42:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,15 +42,15 @@
#endif
#define _OUTLINER_CXX
-#include <outliner.hxx>
+#include <svx/outliner.hxx>
#include <outleeng.hxx>
#include <paralist.hxx>
#include <outlundo.hxx>
-#include <outlobj.hxx>
-#include <flditem.hxx>
-#include <flditem.hxx>
-#include <eeitem.hxx>
-#include <numitem.hxx>
+#include <svx/outlobj.hxx>
+#include <svx/flditem.hxx>
+#include <svx/flditem.hxx>
+#include <svx/eeitem.hxx>
+#include <svx/numitem.hxx>
#ifndef _SV_WINDOW_HXX //autogen
#include <vcl/window.hxx>