diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-26 12:28:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-26 12:28:06 +0000 |
commit | c83e8c7ab0e0b754bd21c59dab349c8a59487834 (patch) | |
tree | 025778f946bba2d9c5324c4ffc3dc65175ed6472 /scripting | |
parent | eaf943c308405a58e694595e9cb6ba5bc25461d4 (diff) |
INTEGRATION: CWS custommeta (1.10.18); FILE MERGED
2008/01/21 15:29:28 mst 1.10.18.1: - scripting/source/inc/util/MiscUtils.hxx:
+ remove unneeded includes
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/inc/util/MiscUtils.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripting/source/inc/util/MiscUtils.hxx b/scripting/source/inc/util/MiscUtils.hxx index 02e86d86102c..4c8e1e484960 100644 --- a/scripting/source/inc/util/MiscUtils.hxx +++ b/scripting/source/inc/util/MiscUtils.hxx @@ -4,9 +4,9 @@ * * $RCSfile: MiscUtils.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: kz $ $Date: 2007-10-09 15:02:05 $ + * last change: $Author: obo $ $Date: 2008-02-26 13:28:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,7 +46,6 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/frame/XTransientDocumentsDocumentContentFactory.hpp> -#include <com/sun/star/document/XDocumentInfoSupplier.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XContentEnumerationAccess.hpp> #include <com/sun/star/ucb/XCommandEnvironment.hpp> |