diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 15:20:31 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 15:20:31 +0000 |
commit | 4a3bcb95c94d2dd88d6c2352dc457d4a27294254 (patch) | |
tree | d322eb69e07820784c824e93d74aeb39cfcaa2e6 /sfx2/source/appl/appcfg.cxx | |
parent | f52e4f273c61316cc19f8b2b9b5fdd568efb8a24 (diff) |
INTEGRATION: CWS vclcleanup02 (1.47.110); FILE MERGED
2003/12/11 09:08:19 mt 1.47.110.2: #i23061# VCL cleanup, removed headers, methods and types...
2003/12/04 15:54:00 mt 1.47.110.1: #i23061# Removed/Changed old StarView stuff
Diffstat (limited to 'sfx2/source/appl/appcfg.cxx')
-rw-r--r-- | sfx2/source/appl/appcfg.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx index 5d2ac6399cd8..1a1051bd6bb5 100644 --- a/sfx2/source/appl/appcfg.cxx +++ b/sfx2/source/appl/appcfg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appcfg.cxx,v $ * - * $Revision: 1.47 $ + * $Revision: 1.48 $ * - * last change: $Author: vg $ $Date: 2003-07-22 11:08:41 $ + * last change: $Author: vg $ $Date: 2004-01-06 16:20:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,8 +82,8 @@ #include <stdlib.h> #endif -#ifndef _SV_CONFIG_HXX //autogen -#include <vcl/config.hxx> +#ifndef _CONFIG_HXX +#include <tools/config.hxx> #endif #ifndef _SV_SOUND_HXX //autogen #include <vcl/sound.hxx> @@ -136,7 +136,7 @@ #pragma hdrstop -#include <svtools/agprop.hxx> +//#include <svtools/agprop.hxx> #include <sj2/sjapplet.hxx> #ifndef _SFXISETHINT_HXX |