diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 14:01:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 14:01:06 +0000 |
commit | b877d16c94f6d4f95ee8ddfa3d2bf7d32610d8fa (patch) | |
tree | 51f2a97908839034eeeea16b125ba61beece7232 | |
parent | fd8be238c76790ceddfd5a5936c9da0582902cfc (diff) |
INTEGRATION: CWS custommeta (1.71.64); FILE MERGED
2008/01/25 14:19:26 mst 1.71.64.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
-rw-r--r-- | sfx2/source/appl/appcfg.cxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx index 4d616004d05e..1ef9f7f69452 100644 --- a/sfx2/source/appl/appcfg.cxx +++ b/sfx2/source/appl/appcfg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: appcfg.cxx,v $ * - * $Revision: 1.71 $ + * $Revision: 1.72 $ * - * last change: $Author: obo $ $Date: 2007-07-17 13:40:11 $ + * last change: $Author: obo $ $Date: 2008-02-26 15:01:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -111,9 +111,6 @@ #include <sot/exchange.hxx> #endif -#ifndef GCC -#endif - //#include <svtools/agprop.hxx> #include <sj2/sjapplet.hxx> @@ -148,7 +145,6 @@ #include <sfx2/viewsh.hxx> #include <sfx2/request.hxx> #include <sfx2/evntconf.hxx> -#include <sfx2/docinf.hxx> #include "appdata.hxx" #include "workwin.hxx" #include <sfx2/macrconf.hxx> |