#i10000# Typo in include statement corrected.
This commit is contained in:
parent
86bb4ede83
commit
054312ecce
2 changed files with 3 additions and 11 deletions
|
@ -21,16 +21,10 @@
|
|||
#include <com/sun/star/frame/XDispatchRecorder.hpp>
|
||||
#include <com/sun/star/frame/DispatchStatement.hpp>
|
||||
#include <com/sun/star/container/XIndexReplace.hpp>
|
||||
|
||||
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.HPP>
|
||||
#endif
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/util/URL.hpp>
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
|
||||
#ifndef _COM_SUN_STAR_UNO_RUNTIMEEXCEPTION_HDL_
|
||||
#include <com/sun/star/uno/RuntimeException.hdl>
|
||||
#endif
|
||||
#include <com/sun/star/script/XTypeConverter.hpp>
|
||||
#include <cppuhelper/weak.hxx>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: dispatchrecordersupplier.hxx,v $
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -48,9 +48,7 @@
|
|||
#include <com/sun/star/lang/XTypeProvider.hpp>
|
||||
#include <com/sun/star/frame/XDispatchRecorderSupplier.hpp>
|
||||
|
||||
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.HPP>
|
||||
#endif
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#include <com/sun/star/util/URL.hpp>
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
|
||||
|
|
Loading…
Reference in a new issue