diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:31:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:31:04 +0000 |
commit | afe557fb208bcdfd0d80c1db60bcdc49a8a8be07 (patch) | |
tree | bffeb33123244ec6bc9c4510a21c1f2122d600d0 /svtools/source/edit | |
parent | 2aa4666034f9624b5ebb272c457be115e6f1cec2 (diff) |
INTEGRATION: CWS vgbugs07 (1.13.182); FILE MERGED
2007/06/04 13:31:35 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/textdata.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/edit/textdata.cxx b/svtools/source/edit/textdata.cxx index 7eb5d2e27c45..ef34d03f665d 100644 --- a/svtools/source/edit/textdata.cxx +++ b/svtools/source/edit/textdata.cxx @@ -4,9 +4,9 @@ * * $RCSfile: textdata.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: obo $ $Date: 2006-10-12 15:15:14 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:31:04 $ * * 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 <textdata.hxx> +#include <svtools/textdata.hxx> #include <textdat2.hxx> #include <tools/debug.hxx> |