diff options
Diffstat (limited to 'sfx2/inc/sfxhelp.hxx')
-rw-r--r-- | sfx2/inc/sfxhelp.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/inc/sfxhelp.hxx b/sfx2/inc/sfxhelp.hxx index f8ebb69422d0..7cee3c69e6a3 100644 --- a/sfx2/inc/sfxhelp.hxx +++ b/sfx2/inc/sfxhelp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sfxhelp.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:52:24 $ + * last change: $Author: as $ $Date: 2000-11-08 14:25:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,6 +67,9 @@ #ifndef _HELP_HXX //autogen #include <vcl/help.hxx> #endif +#ifndef _SV_CONFIG_HXX +#include <vcl/config.hxx> +#endif #include <childwin.hxx> #include <dockwin.hxx> |