diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 16:48:05 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 16:48:05 +0000 |
commit | 5c265e3390949273a71ca0cb42691a6a445a8876 (patch) | |
tree | 26d031a65b85033104012b2031fe0ad924e8adf8 /svx/source/dialog | |
parent | 7e6b0fbb986ff9cd15e4c5917d192c18df76a192 (diff) |
INTEGRATION: CWS vgbugs07 (1.26.32); FILE MERGED
2007/06/04 13:26:30 vg 1.26.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/tparea.cxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/svx/source/dialog/tparea.cxx b/svx/source/dialog/tparea.cxx index 361971f538d4..80a9e7153009 100644 --- a/svx/source/dialog/tparea.cxx +++ b/svx/source/dialog/tparea.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tparea.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: kz $ $Date: 2007-05-10 14:43:08 $ + * last change: $Author: hr $ $Date: 2007-06-27 17:48:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,8 +58,8 @@ #endif #include "xattr.hxx" -#include "xpool.hxx" -#include "dialogs.hrc" +#include <svx/xpool.hxx> +#include <svx/dialogs.hrc> #include "tabarea.hrc" #include "dlgname.hrc" @@ -68,17 +68,17 @@ -#include "xflbckit.hxx" +#include <svx/xflbckit.hxx> -#include "svdattr.hxx" -#include "xoutx.hxx" -#include "xtable.hxx" -#include "xlineit0.hxx" +#include <svx/svdattr.hxx> +#include <svx/xoutx.hxx> +#include <svx/xtable.hxx> +#include <svx/xlineit0.hxx> #include "drawitem.hxx" #include "cuitabarea.hxx" #include "dlgname.hxx" -#include "dialmgr.hxx" +#include <svx/dialmgr.hxx> #include "dlgutil.hxx" #include <svtools/intitem.hxx> //add CHINA001 #include <sfx2/request.hxx>//add CHINA001 |