summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 15:40:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 15:40:09 +0000
commitead936bad1501bc315f1149bd1be0b04d051a5dd (patch)
tree8a57ed1a7308f98509f75371ee2b5c989b26dd8c /svx
parent700ce261d65847f1d0d13ced478449356b52a5ed (diff)
INTEGRATION: CWS vgbugs07 (1.4.354); FILE MERGED
2007/06/04 13:26:08 vg 1.4.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx')
-rw-r--r--svx/source/accessibility/AccessibleTextEventQueue.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/svx/source/accessibility/AccessibleTextEventQueue.cxx b/svx/source/accessibility/AccessibleTextEventQueue.cxx
index 1c53c9750f20..27ff3e6a8376 100644
--- a/svx/source/accessibility/AccessibleTextEventQueue.cxx
+++ b/svx/source/accessibility/AccessibleTextEventQueue.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AccessibleTextEventQueue.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 04:03:28 $
+ * last change: $Author: hr $ $Date: 2007-06-27 16:40:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,7 @@
#endif
#ifndef _SVX_UNOSHAPE_HXX
-#include "unoshape.hxx"
+#include <svx/unoshape.hxx>
#endif
#ifndef _UNO_LINGU_HXX
@@ -49,16 +49,16 @@
#endif
#ifndef _SVX_UNOTEXT_HXX
-#include "unotext.hxx"
+#include <svx/unotext.hxx>
#endif
#include "unoedhlp.hxx"
#include "unopracc.hxx"
-#include "svdmodel.hxx"
-#include "svdpntv.hxx"
-#include "editdata.hxx"
-#include "editeng.hxx"
-#include "editview.hxx"
+#include <svx/svdmodel.hxx>
+#include <svx/svdpntv.hxx>
+#include <svx/editdata.hxx>
+#include <svx/editeng.hxx>
+#include <svx/editview.hxx>
namespace accessibility
{