summaryrefslogtreecommitdiff
path: root/svx/source/form/fmpgeimp.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 17:14:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 17:14:02 +0000
commit6c0bff3e9cd0588317ed8bdcaa66b4a99653914b (patch)
tree4a954ee384389e17c242b32949901fbd1b7d4366 /svx/source/form/fmpgeimp.cxx
parentc7aef0003dc19a8ab04b626be155b2d985931e35 (diff)
INTEGRATION: CWS vgbugs07 (1.32.318); FILE MERGED
2007/06/04 13:26:57 vg 1.32.318.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/form/fmpgeimp.cxx')
-rw-r--r--svx/source/form/fmpgeimp.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/form/fmpgeimp.cxx b/svx/source/form/fmpgeimp.cxx
index cad192d2eeb5..f48bf4faaf9a 100644
--- a/svx/source/form/fmpgeimp.cxx
+++ b/svx/source/form/fmpgeimp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmpgeimp.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 12:45:56 $
+ * last change: $Author: hr $ $Date: 2007-06-27 18:14:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -81,7 +81,7 @@
#include "fmprop.hrc"
#endif
#ifndef _SVX_FMGLOB_HXX
-#include "fmglob.hxx"
+#include <svx/fmglob.hxx>
#endif
#ifndef _SVX_FMSERVS_HXX
#include "fmservs.hxx"
@@ -92,10 +92,10 @@
#include "fmobj.hxx"
#endif
#ifndef _SVX_FMPAGE_HXX
-#include "fmpage.hxx"
+#include <svx/fmpage.hxx>
#endif
#ifndef _SVX_FMMODEL_HXX
-#include "fmmodel.hxx"
+#include <svx/fmmodel.hxx>
#endif
#ifndef _TOOLS_RESID_HXX //autogen
@@ -118,7 +118,7 @@
#endif
#ifndef _SVX_DIALMGR_HXX
-#include "dialmgr.hxx"
+#include <svx/dialmgr.hxx>
#endif
#ifndef _COMPHELPER_PROCESSFACTORY_HXX_