diff options
author | Andreas Schlüns <as@openoffice.org> | 2000-11-08 13:25:58 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2000-11-08 13:25:58 +0000 |
commit | c0bffa1da9de45ec4e55b8cf399189bc6119e49a (patch) | |
tree | b65982df57904238c3922ee26654e723fd29e19e /sfx2/inc | |
parent | 20cb819b1402457b425a3421cda2dc1a60bdb6c0 (diff) |
MUST obsolete soffice.ini / SfxIniManager ...
Diffstat (limited to 'sfx2/inc')
-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> |