From acdf49db65323e3adab4a17379e7e18576e1c60d Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 27 Jun 2007 18:24:16 +0000
Subject: INTEGRATION: CWS vgbugs07 (1.9.352); FILE MERGED 2007/06/04 13:27:36
vg 1.9.352.1: #i76605# Remove -I .../inc/module hack introduced by
hedaburemove01
---
svx/source/unodraw/unogtabl.cxx | 14 +++++++-------
svx/source/unodraw/unohtabl.cxx | 14 +++++++-------
2 files changed, 14 insertions(+), 14 deletions(-)
(limited to 'svx/source/unodraw')
diff --git a/svx/source/unodraw/unogtabl.cxx b/svx/source/unodraw/unogtabl.cxx
index 1b7450c6fde7..2fe1947f54a3 100644
--- a/svx/source/unodraw/unogtabl.cxx
+++ b/svx/source/unodraw/unogtabl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unogtabl.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 06:12:16 $
+ * last change: $Author: hr $ $Date: 2007-06-27 19:24:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,12 +52,12 @@
#include "UnoNameItemTable.hxx"
#endif
-#include "xgrad.hxx"
-#include "svdmodel.hxx"
-#include "xdef.hxx"
-#include "xflgrit.hxx"
+#include
+#include
+#include
+#include
#include "unofill.hxx"
-#include "unomid.hxx"
+#include
using namespace ::com::sun::star;
using namespace ::rtl;
diff --git a/svx/source/unodraw/unohtabl.cxx b/svx/source/unodraw/unohtabl.cxx
index e9891d788c8a..26af0d79b226 100644
--- a/svx/source/unodraw/unohtabl.cxx
+++ b/svx/source/unodraw/unohtabl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unohtabl.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 06:12:30 $
+ * last change: $Author: hr $ $Date: 2007-06-27 19:24:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,11 +52,11 @@
#include "UnoNameItemTable.hxx"
#endif
-#include "xhatch.hxx"
-#include "svdmodel.hxx"
-#include "xdef.hxx"
-#include "xflhtit.hxx"
-#include "unomid.hxx"
+#include
+#include
+#include
+#include
+#include
#include "unofill.hxx"
using namespace ::com::sun::star;
--
cgit