diff options
Diffstat (limited to 'sw/source/core/fields/cellfml.cxx')
-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> |