summaryrefslogtreecommitdiff
path: root/svx/source/form/fmdpage.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 17:12:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 17:12:06 +0000
commit681b13d8ef5d1c0e024f3c70d03928d2cc407c95 (patch)
tree4cdab2d3e004ff0d6d0167d9c3e26d4f9b611386 /svx/source/form/fmdpage.cxx
parent5b267b23bd0d7fce9276fe16a1a74411938cc9c4 (diff)
INTEGRATION: CWS vgbugs07 (1.9.320); FILE MERGED
2007/06/04 13:26:57 vg 1.9.320.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/form/fmdpage.cxx')
-rw-r--r--svx/source/form/fmdpage.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/form/fmdpage.cxx b/svx/source/form/fmdpage.cxx
index 65dbaffae3c9..50c7223e14a8 100644
--- a/svx/source/form/fmdpage.cxx
+++ b/svx/source/form/fmdpage.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmdpage.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 12:45:12 $
+ * last change: $Author: hr $ $Date: 2007-06-27 18:12:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,7 +37,7 @@
#include "precompiled_svx.hxx"
#ifndef _SVX_FMPAGE_HXX
-#include "fmpage.hxx"
+#include <svx/fmpage.hxx>
#endif
#ifndef _SVX_FMOBJ_HXX
@@ -45,15 +45,15 @@
#endif
#ifndef _SVX_FMGLOB_HXX
-#include "fmglob.hxx"
+#include <svx/fmglob.hxx>
#endif
#ifndef _SVX_FMDPAGE_HXX
-#include "fmdpage.hxx"
+#include <svx/fmdpage.hxx>
#endif
#ifndef _SVX_UNOSHAPE_HXX //autogen
-#include "unoshape.hxx"
+#include <svx/unoshape.hxx>
#endif
#ifndef _CPPUHELPER_QUERYINTERFACE_HXX_
#include <cppuhelper/queryinterface.hxx>