diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:29:19 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 17:29:19 +0000 |
commit | 792d73994e10387faf780c7cafe3808954335739 (patch) | |
tree | 283c02443e007b0e6767680ff34d363ea3342182 /svx/source/items | |
parent | 9170ae3997e7e43ea576f0e8b78407f7f09a5e51 (diff) |
INTEGRATION: CWS vgbugs07 (1.23.30); FILE MERGED
2007/06/04 13:27:05 vg 1.23.30.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/items')
-rw-r--r-- | svx/source/items/numitem.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/items/numitem.cxx b/svx/source/items/numitem.cxx index cf11adbec7e3..9c282fb30dc6 100644 --- a/svx/source/items/numitem.cxx +++ b/svx/source/items/numitem.cxx @@ -4,9 +4,9 @@ * * $RCSfile: numitem.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: kz $ $Date: 2007-05-10 14:52:13 $ + * last change: $Author: hr $ $Date: 2007-06-27 18:29:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,19 +36,19 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" -#include <numitem.hxx> +#include <svx/numitem.hxx> #ifndef _SVX_BRSHITEM_HXX //autogen -#include <brshitem.hxx> +#include <svx/brshitem.hxx> #endif #ifndef _SV_FONT_HXX //autogen #include <vcl/font.hxx> #endif #ifndef _SVX_SVXIDS_HRC -#include <svxids.hrc> +#include <svx/svxids.hrc> #endif #ifndef _SVX_NUMDEF_HXX -#include <numdef.hxx> +#include <svx/numdef.hxx> #endif #ifndef _SV_GRAPH_HXX //autogen #include <vcl/graph.hxx> |