summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/pagectrl.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 16:32:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 16:32:26 +0000
commita284ff58ced44beb0b17dadad59b4938879c8554 (patch)
tree50ee54c048c447eb9311bc5948bbdd51cab845c5 /svx/source/dialog/pagectrl.cxx
parentINTEGRATION: CWS vgbugs07 (1.68.64); FILE MERGED (diff)
downloadcore-a284ff58ced44beb0b17dadad59b4938879c8554.tar.gz
core-a284ff58ced44beb0b17dadad59b4938879c8554.zip
INTEGRATION: CWS vgbugs07 (1.16.32); FILE MERGED
2007/06/04 13:26:25 vg 1.16.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/dialog/pagectrl.cxx')
-rw-r--r--svx/source/dialog/pagectrl.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/dialog/pagectrl.cxx b/svx/source/dialog/pagectrl.cxx
index 7acd55cf6a46..89d9fe3d7252 100644
--- a/svx/source/dialog/pagectrl.cxx
+++ b/svx/source/dialog/pagectrl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: pagectrl.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 14:40:19 $
+ * last change: $Author: hr $ $Date: 2007-06-27 17:32:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -44,11 +44,11 @@
#include <vcl/bitmap.hxx>
#endif
#ifndef _SVX_FRMDIRITEM_HXX
-#include <frmdiritem.hxx>
+#include <svx/frmdiritem.hxx>
#endif
-#include "pageitem.hxx"
-#include "pagectrl.hxx"
-#include "boxitem.hxx"
+#include <svx/pageitem.hxx>
+#include <svx/pagectrl.hxx>
+#include <svx/boxitem.hxx>
#include <algorithm>