diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 14:06:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 14:06:27 +0000 |
commit | 286438d49d007093babb83327aaa55ea8e025464 (patch) | |
tree | 80afde1def3a3c3ac256cd5adeb2254f5d477397 /sfx2/source | |
parent | 91e80509b0f59aad27e2612cecbd196d3b522b5b (diff) |
INTEGRATION: CWS custommeta (1.12.74); FILE MERGED
2008/01/25 14:19:27 mst 1.12.74.1: - sfx2/inc/sfx2/{frmhtmlw.hxx,sfxhtml.hxx},
sfx2/source/appl/{appbas.cxx,appcfg.cxx,appmain.cxx,appserv.cxx},
sfx2/source/bastyp/{fltfnc.cxx,frmhtml.cxx}, sfx2/source/config/evntconf.cxx,
sfx2/source/doc/new.cxx, sfx2/source/doc/oleprops.cxx:
+ remove unneeded includes and assorted detritus
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/bastyp/frmhtml.cxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sfx2/source/bastyp/frmhtml.cxx b/sfx2/source/bastyp/frmhtml.cxx index bc623b3ecd95..f717a9e97ad3 100644 --- a/sfx2/source/bastyp/frmhtml.cxx +++ b/sfx2/source/bastyp/frmhtml.cxx @@ -4,9 +4,9 @@ * * $RCSfile: frmhtml.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2007-06-27 23:03:11 $ + * last change: $Author: obo $ $Date: 2008-02-26 15:06:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,11 +46,6 @@ #include <svtools/asynclink.hxx> #endif -#ifndef GCC -#endif - -#include <sfx2/docinf.hxx> - #define _SVSTDARR_USHORTS #define _SVSTDARR_ULONGS #include <svtools/svstdarr.hxx> |