summaryrefslogtreecommitdiff
path: root/svx/source/dialog/tabarea.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 16:43:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 16:43:58 +0000
commit8e3de0b99931e486326c7bbadf3f50cda727b7e8 (patch)
treee3247c06f2ab07c40a27953ffb1ef3c1f3580210 /svx/source/dialog/tabarea.cxx
parente8f8457132c8b76210adeee5af418a485ef206f1 (diff)
INTEGRATION: CWS vgbugs07 (1.10.32); FILE MERGED
2007/06/04 13:26:29 vg 1.10.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/dialog/tabarea.cxx')
-rw-r--r--svx/source/dialog/tabarea.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/svx/source/dialog/tabarea.cxx b/svx/source/dialog/tabarea.cxx
index 9925f93f4a9a..4df67fef236d 100644
--- a/svx/source/dialog/tabarea.cxx
+++ b/svx/source/dialog/tabarea.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tabarea.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: kz $ $Date: 2007-05-10 14:42:20 $
+ * last change: $Author: hr $ $Date: 2007-06-27 17:43:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -56,33 +56,33 @@
#include <svtools/pathoptions.hxx>
#endif
#ifndef _SVDMARK_HXX //autogen
-#include <svdmark.hxx>
+#include <svx/svdmark.hxx>
#endif
#ifndef _SVDOBJ_HXX //autogen
-#include <svdobj.hxx>
+#include <svx/svdobj.hxx>
#endif
#ifndef _SVDVIEW_HXX //autogen
-#include <svdview.hxx>
+#include <svx/svdview.hxx>
#endif
#define _SVX_TABAREA_CXX
-#include "dialogs.hrc"
+#include <svx/dialogs.hrc>
-#include "xtable.hxx"
+#include <svx/xtable.hxx>
#include "globl3d.hxx"
-#include "svdmodel.hxx"
+#include <svx/svdmodel.hxx>
#include "drawitem.hxx"
#include "cuitabarea.hxx"
#include "tabarea.hrc"
#include "dlgname.hxx"
#include "dlgname.hrc"
-#include "dialmgr.hxx"
+#include <svx/dialmgr.hxx>
#define DLGWIN this->GetParent()->GetParent()