diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 16:44:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 16:44:59 +0000 |
commit | e9ea9e5d2607653e07145235abf05486f88dbbb0 (patch) | |
tree | f9400689b624d237ae04196cece99c4ce921cc8f /svx/source/dialog | |
parent | 17560ce04822e318a22f04b7736875527b328b50 (diff) |
INTEGRATION: CWS vgbugs07 (1.25.32); FILE MERGED
2007/06/04 13:26:29 vg 1.25.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/tabstpge.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/dialog/tabstpge.cxx b/svx/source/dialog/tabstpge.cxx index 2bfc7317156a..b6b9a4033cbe 100644 --- a/svx/source/dialog/tabstpge.cxx +++ b/svx/source/dialog/tabstpge.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tabstpge.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: kz $ $Date: 2007-05-10 14:42:54 $ + * last change: $Author: hr $ $Date: 2007-06-27 17:44:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,12 +58,12 @@ #define _SVX_TABSTPGE_CXX -#include "dialogs.hrc" +#include <svx/dialogs.hrc> #include "tabstpge.hrc" -#include "lrspitem.hxx" +#include <svx/lrspitem.hxx> #include "tabstpge.hxx" -#include "dialmgr.hxx" +#include <svx/dialmgr.hxx> #include "dlgutil.hxx" #ifndef _SFXMODULE_HXX @@ -80,7 +80,7 @@ #include <comphelper/processfactory.hxx> #endif #include <sfx2/request.hxx> //CHINA001 -#include <svxids.hrc> //add CHINA001 +#include <svx/svxids.hrc> //add CHINA001 #include <svtools/intitem.hxx> //add CHINA001 |