diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:30:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:30:13 +0000 |
commit | 681f55ff6044afc2d9ff0f6d58a494870d284c6a (patch) | |
tree | f9f35c5d0245e81242474970186d4bcfe66560f8 /svx/source/unoedit | |
parent | 12138a43fd119d233677c0848d611c93c361391b (diff) |
INTEGRATION: CWS vgbugs07 (1.25.32); FILE MERGED
2007/06/04 13:27:40 vg 1.25.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/unoedit')
-rw-r--r-- | svx/source/unoedit/unotext2.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/unoedit/unotext2.cxx b/svx/source/unoedit/unotext2.cxx index 6b863eb95684..41ecf6c554c2 100644 --- a/svx/source/unoedit/unotext2.cxx +++ b/svx/source/unoedit/unotext2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unotext2.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: kz $ $Date: 2007-05-10 15:03:54 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:30:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,11 +49,11 @@ #include <rtl/uuid.h> #include <rtl/memory.h> -#include <eeitem.hxx> +#include <svx/eeitem.hxx> -#include "flditem.hxx" -#include "unofield.hxx" -#include "unotext.hxx" +#include <svx/flditem.hxx> +#include <svx/unofield.hxx> +#include <svx/unotext.hxx> using namespace ::rtl; using namespace ::vos; |