diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:01:17 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 16:01:17 +0000 |
commit | 21873167ab0064e12134d9263634a0fdeae23eb6 (patch) | |
tree | c4be7871158d2515b71b31d04ef371c0ef5b8c4c /sw/source/core | |
parent | efd5297f34e4494346365ba85fd6766c3dd3ae66 (diff) |
INTEGRATION: CWS swnewlistlevelattrs_DEV300 (1.13.142); FILE MERGED
2008/01/31 12:37:44 od 1.13.142.1: #i85348# refactoring: adjust includes
Diffstat (limited to 'sw/source/core')
-rw-r--r-- | sw/source/core/fields/cellfml.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/core/fields/cellfml.cxx b/sw/source/core/fields/cellfml.cxx index 1ba7c28052..276c3610be 100644 --- a/sw/source/core/fields/cellfml.cxx +++ b/sw/source/core/fields/cellfml.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cellfml.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2007-09-27 08:47:50 $ + * last change: $Author: kz $ $Date: 2008-03-05 17:01:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,6 +41,9 @@ #ifndef _HINTIDS_HXX #include <hintids.hxx> #endif +#ifndef _HINTS_HXX +#include <hints.hxx> +#endif #ifndef _FMTFLD_HXX //autogen #include <fmtfld.hxx> |