diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 14:06:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 14:06:14 +0000 |
commit | 91e80509b0f59aad27e2612cecbd196d3b522b5b (patch) | |
tree | dd53ec0a553fc7baefdb00b4c7742449e6aeb98f | |
parent | ee69597b90f1ee4e1682e5b0f253a2a6b326905c (diff) |
INTEGRATION: CWS custommeta (1.77.74); FILE MERGED
2008/01/25 14:19:27 mst 1.77.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
-rw-r--r-- | sfx2/source/bastyp/fltfnc.cxx | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx index 605deecf0b43..86c509a976a7 100644 --- a/sfx2/source/bastyp/fltfnc.cxx +++ b/sfx2/source/bastyp/fltfnc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fltfnc.cxx,v $ * - * $Revision: 1.77 $ + * $Revision: 1.78 $ * - * last change: $Author: hr $ $Date: 2007-06-29 13:51:43 $ + * last change: $Author: obo $ $Date: 2008-02-26 15:06:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -119,15 +119,6 @@ #include <sot/storage.hxx> -#ifndef _COM_SUN_STAR_DOCUMENT_XDOCUMENTINFO_HPP_ -#include <com/sun/star/document/XDocumentInfo.hpp> -#endif -#ifndef _COM_SUN_STAR_DOCUMENT_XDOCUMENTINFOSUPPLIER_HPP_ -#include <com/sun/star/document/XDocumentInfoSupplier.hpp> -#endif -#ifndef _COM_SUN_STAR_DOCUMENT_XSTANDALONEDOCUMENTINFO_HPP_ -#include <com/sun/star/document/XStandaloneDocumentInfo.hpp> -#endif #ifndef _COM_SUN_STAR_FRAME_XDISPATCHPROVIDERINTERCEPTOR_HPP_ #include <com/sun/star/frame/XDispatchProviderInterceptor.hpp> #endif |