diff options
author | Rüdiger Timm <rt@openoffice.org> | 2001-01-23 09:42:57 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2001-01-23 09:42:57 +0000 |
commit | 317ef896c35536630470bf7bc6928b4ee2125219 (patch) | |
tree | 74715d2373d4dcdc1a724de8e5559935be265d6a /sw/inc/docary.hxx | |
parent | e0c515af5783035da6b618ed5e6458b4547d7525 (diff) |
65293# include com/sun/star/i18n/ForbiddenCharacters.hpp
Diffstat (limited to 'sw/inc/docary.hxx')
-rw-r--r-- | sw/inc/docary.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx index a0fa7137cf21..a6038d082bce 100644 --- a/sw/inc/docary.hxx +++ b/sw/inc/docary.hxx @@ -2,9 +2,9 @@ * * $RCSfile: docary.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jp $ $Date: 2001-01-19 16:45:37 $ + * last change: $Author: rt $ $Date: 2001-01-23 10:42:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,10 @@ #ifndef _DOCARY_HXX #define _DOCARY_HXX +#ifndef _COM_SUN_STAR_I18N_FORBIDDENCHARACTERS_HPP_ +#include <com/sun/star/i18n/ForbiddenCharacters.hpp> +#endif + class SwFieldType; class SwFrmFmt; class SwCharFmt; @@ -184,3 +188,4 @@ public: }; #endif //_DOCARY_HXX + |