diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:49:34 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:49:34 +0000 |
commit | f55b0ce300e5b4fea0c0b8dc96a253d10bff7abb (patch) | |
tree | 580b5a2a02368b4aeaf2550d8c8b8f810db8b958 | |
parent | 01478a28babb38cdba86c4fd17ab129850f07400 (diff) |
INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.5.638); FILE MERGED
2008/01/31 12:23:06 od 1.5.638.1: #i85348# refactoring: adjust includes
-rw-r--r-- | sw/inc/lineinfo.hxx | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sw/inc/lineinfo.hxx b/sw/inc/lineinfo.hxx index 46b0e0b7a4a9..c399720238b5 100644 --- a/sw/inc/lineinfo.hxx +++ b/sw/inc/lineinfo.hxx @@ -4,9 +4,9 @@ * * $RCSfile: lineinfo.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-08-14 15:26:17 $ + * last change: $Author: kz $ $Date: 2008-03-05 16:49:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,8 +38,11 @@ #ifndef _CALBCK_HXX #include "calbck.hxx" #endif -#ifndef _NUMRULE_HXX -#include "numrule.hxx" +//#ifndef _NUMRULE_HXX +//#include <numrule.hxx> +//#endif +#ifndef _SVX_NUMITEM_HXX +#include <svx/numitem.hxx> #endif #ifndef INCLUDED_SWDLLAPI_H #include "swdllapi.h" |