diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:18:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 18:18:43 +0000 |
commit | 9a3c011b173c63cf2d77c222e4a98d3ca8ddc127 (patch) | |
tree | c14075f04e8de1fa3869e47db5c96074e4faa5d1 /svx/source/tbxctrls | |
parent | 889cdef594d0dbffdb02421d87006878c0885503 (diff) |
INTEGRATION: CWS vgbugs07 (1.77.32); FILE MERGED
2007/06/04 13:27:33 vg 1.77.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.cxx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index c2a4a1f5791a..63bd0b43edd7 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tbcontrl.cxx,v $ * - * $Revision: 1.77 $ + * $Revision: 1.78 $ * - * last change: $Author: kz $ $Date: 2007-05-10 15:02:03 $ + * last change: $Author: hr $ $Date: 2007-06-27 19:18:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -139,8 +139,8 @@ #include <com/sun/star/frame/status/FontHeight.hpp> #endif -#include "dialogs.hrc" -#include "svxitems.hrc" +#include <svx/dialogs.hrc> +#include <svx/svxitems.hrc> #include "helpid.hrc" @@ -154,18 +154,18 @@ #include "htmlmode.hxx" -#include "xtable.hxx" +#include <svx/xtable.hxx> #include "fontitem.hxx" -#include "fhgtitem.hxx" -#include "brshitem.hxx" -#include "boxitem.hxx" -#include "colritem.hxx" +#include <svx/fhgtitem.hxx> +#include <svx/brshitem.hxx> +#include <svx/boxitem.hxx> +#include <svx/colritem.hxx> #include "flstitem.hxx" #include "bolnitem.hxx" #include "drawitem.hxx" -#include "tbcontrl.hxx" +#include <svx/tbcontrl.hxx> #include "dlgutil.hxx" -#include "dialmgr.hxx" +#include <svx/dialmgr.hxx> #include "colorwindow.hxx" // ------------------------------------------------------------------------ |