summaryrefslogtreecommitdiff
path: root/svtools/source/edit
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 20:32:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 20:32:31 +0000
commit4cd9fe06037f5fe9e25b078e6d5f1924171352b1 (patch)
tree15b3c4729ebe74511b931142c38ffa48c9a1f02c /svtools/source/edit
parent82e760e185791a2b94bfbd9678a5b138cbf206bd (diff)
INTEGRATION: CWS vgbugs07 (1.13.182); FILE MERGED
2007/06/04 13:31:36 vg 1.13.182.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svtools/source/edit')
-rw-r--r--svtools/source/edit/xtextedt.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/edit/xtextedt.cxx b/svtools/source/edit/xtextedt.cxx
index 25d3c6a791e2..b5b1a78dcd94 100644
--- a/svtools/source/edit/xtextedt.cxx
+++ b/svtools/source/edit/xtextedt.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xtextedt.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 15:16:42 $
+ * last change: $Author: hr $ $Date: 2007-06-27 21:32:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,7 +36,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_svtools.hxx"
-#include <xtextedt.hxx>
+#include <svtools/xtextedt.hxx>
#include <vcl/svapp.hxx> // International
#include <unotools/textsearch.hxx>
#ifndef _COM_SUN_STAR_UTIL_SEARCHOPTIONS_HPP_