summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdouno.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 18:10:00 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 18:10:00 +0000
commit17d9399b0c3ce0fe8d7b8eca9a1703c5ed419463 (patch)
tree92dc2e1739b2a8223f96b6b3d8d09de303894ba3 /svx/source/svdraw/svdouno.cxx
parentab07d0787db6673a1bbb6874ff1992ccf0183e61 (diff)
INTEGRATION: CWS vgbugs07 (1.26.134); FILE MERGED
2007/06/04 13:27:28 vg 1.26.134.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/svdraw/svdouno.cxx')
-rw-r--r--svx/source/svdraw/svdouno.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/svx/source/svdraw/svdouno.cxx b/svx/source/svdraw/svdouno.cxx
index a64415612c5a..632c5c07f8c5 100644
--- a/svx/source/svdraw/svdouno.cxx
+++ b/svx/source/svdraw/svdouno.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdouno.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: vg $ $Date: 2007-01-15 14:28:27 $
+ * last change: $Author: hr $ $Date: 2007-06-27 19:10:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -91,29 +91,29 @@
#endif
#ifndef _SVDOUNO_HXX
-#include "svdouno.hxx"
+#include <svx/svdouno.hxx>
#endif
#ifndef _SVDXOUT_HXX
#include "svdxout.hxx"
#endif
#ifndef _SVDPAGV_HXX
-#include "svdpagv.hxx"
+#include <svx/svdpagv.hxx>
#endif
#ifndef _SVDMODEL_HXX
-#include "svdmodel.hxx"
+#include <svx/svdmodel.hxx>
#endif
#ifndef _SVDGLOB_HXX
#include "svdglob.hxx" // Stringcache
#endif
#include "svdstr.hrc" // Objektname
#ifndef _SVDETC_HXX
-#include "svdetc.hxx"
+#include <svx/svdetc.hxx>
#endif
#ifndef _SVDVIEW_HXX
-#include "svdview.hxx"
+#include <svx/svdview.hxx>
#endif
#ifndef _SVDORECT_HXX
-#include "svdorect.hxx"
+#include <svx/svdorect.hxx>
#endif
#ifndef _SVDVITER_HXX
#include "svdviter.hxx"
@@ -129,7 +129,7 @@
#include <memory>
#ifndef _SDRPAGEWINDOW_HXX
-#include <sdrpagewindow.hxx>
+#include <svx/sdrpagewindow.hxx>
#endif
#ifndef _SDRPAINTWINDOW_HXX