diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:29:57 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:29:57 +0000 |
commit | 12138a43fd119d233677c0848d611c93c361391b (patch) | |
tree | 3fc2baa106ccb44c7d53f1e01008e04f1336f00e /svx/source/unoedit | |
parent | c01f54f4cfce1baa0f7dca9a669ebbe813f5a1ef (diff) |
INTEGRATION: CWS vgbugs07 (1.60.32); FILE MERGED
2007/06/04 13:27:40 vg 1.60.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/unoedit')
-rw-r--r-- | svx/source/unoedit/unotext.cxx | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/svx/source/unoedit/unotext.cxx b/svx/source/unoedit/unotext.cxx index 884114281fe7..a94ec0181082 100644 --- a/svx/source/unoedit/unotext.cxx +++ b/svx/source/unoedit/unotext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unotext.cxx,v $ * - * $Revision: 1.60 $ + * $Revision: 1.61 $ * - * last change: $Author: kz $ $Date: 2007-05-10 15:03:35 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:29:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -64,7 +64,7 @@ #include <svtools/itemset.hxx> #endif -#include <eeitem.hxx> +#include <svx/eeitem.hxx> #ifndef _SFXITEMPOOL_HXX #include <svtools/itempool.hxx> @@ -75,11 +75,11 @@ #endif #ifndef _SVX_TSPTITEM_HXX //autogen -#include <tstpitem.hxx> +#include <svx/tstpitem.hxx> #endif #ifndef _SVDOBJ_HXX -#include "svdobj.hxx" +#include <svx/svdobj.hxx> #endif #ifndef _SFXINTITEM_HXX //autogen @@ -89,19 +89,19 @@ #include <rtl/uuid.h> #include <rtl/memory.h> -#include "unoshtxt.hxx" -#include "unoprnms.hxx" -#include "unotext.hxx" -#include "unoedsrc.hxx" -#include "unomid.hxx" +#include <svx/unoshtxt.hxx> +#include <svx/unoprnms.hxx> +#include <svx/unotext.hxx> +#include <svx/unoedsrc.hxx> +#include <svx/unomid.hxx> #include "unonrule.hxx" #include "unofdesc.hxx" #include "unoapi.hxx" -#include "unofield.hxx" -#include "flditem.hxx" -#include "unoshprp.hxx" -#include "numitem.hxx" -#include "editeng.hxx" +#include <svx/unofield.hxx> +#include <svx/flditem.hxx> +#include <svx/unoshprp.hxx> +#include <svx/numitem.hxx> +#include <svx/editeng.hxx> using namespace ::rtl; using namespace ::vos; |