diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:36:13 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:36:13 +0000 |
commit | 338345056c33cb6d320c9f02f4daecb66bcdb620 (patch) | |
tree | 5fecbed9a0f969c1c24a9f279a115b8a08151c28 /svx/source | |
parent | 77004d9d04ee05c41fce095e232f364876dfb55b (diff) |
INTEGRATION: CWS vgbugs07 (1.19.256); FILE MERGED
2007/06/04 13:27:42 vg 1.19.256.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/xoutdev/xtabhtch.cxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/svx/source/xoutdev/xtabhtch.cxx b/svx/source/xoutdev/xtabhtch.cxx index c79b0331e380..ef1c118ccafc 100644 --- a/svx/source/xoutdev/xtabhtch.cxx +++ b/svx/source/xoutdev/xtabhtch.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xtabhtch.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 13:58:33 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:36:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,23 +62,23 @@ #include <vcl/virdev.hxx> #include <svtools/itemset.hxx> #include <sfx2/docfile.hxx> -#include "dialogs.hrc" -#include "dialmgr.hxx" -#include "xtable.hxx" -#include "xpool.hxx" -#include "xoutx.hxx" +#include <svx/dialogs.hrc> +#include <svx/dialmgr.hxx> +#include <svx/xtable.hxx> +#include <svx/xpool.hxx> +#include <svx/xoutx.hxx> #include "dlgutil.hxx" #ifndef _SVX_XFLHTIT_HXX //autogen -#include <xflhtit.hxx> +#include <svx/xflhtit.hxx> #endif #ifndef _SVX_XFLCLIT_HXX //autogen -#include <xflclit.hxx> +#include <svx/xflclit.hxx> #endif #ifndef SVX_XFILLIT0_HXX //autogen -#include <xfillit0.hxx> +#include <svx/xfillit0.hxx> #endif using namespace ::com::sun::star; |