diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:09:16 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:09:16 +0000 |
commit | ae5b4187111c96d4331c98097a5eb963567bdee8 (patch) | |
tree | c26dbb15a2d0115b18a8099b2c2cb085e0fd1888 /svx | |
parent | f01c40afd74a4b35288ef2b8468c66ee8391e5bc (diff) |
INTEGRATION: CWS vgbugs07 (1.6.352); FILE MERGED
2007/06/04 13:27:28 vg 1.6.352.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdotxfl.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/svdraw/svdotxfl.cxx b/svx/source/svdraw/svdotxfl.cxx index 8acddca81e07..1f79e9ae2770 100644 --- a/svx/source/svdraw/svdotxfl.cxx +++ b/svx/source/svdraw/svdotxfl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdotxfl.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-17 05:57:59 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:09:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,11 +37,11 @@ #include "precompiled_svx.hxx" #ifndef _EEITEM_HXX //autogen -#include <eeitem.hxx> +#include <svx/eeitem.hxx> #endif -#include "svdfield.hxx" -#include "svdotext.hxx" +#include <svx/svdfield.hxx> +#include <svx/svdotext.hxx> static BOOL bInit = FALSE; |