more removed include guards using fixguard.py
This commit is contained in:
@@ -32,12 +32,8 @@
|
||||
|
||||
#include "mysqlc_connection.hxx"
|
||||
|
||||
#ifndef _COM_SUN_STAR_SDBC_XDATABASEMETADATA_HPP_
|
||||
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE1_HXX_
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#endif
|
||||
|
||||
#include <tools/preextstl.h>
|
||||
#include <cppconn/metadata.h>
|
||||
|
@@ -32,21 +32,11 @@
|
||||
#include "mysqlc_statement.hxx"
|
||||
#include "mysqlc_resultset.hxx"
|
||||
|
||||
#ifndef _COM_SUN_STAR_SDBC_XPREPAREDSTATEMENT_HPP_
|
||||
#include <com/sun/star/sdbc/XPreparedStatement.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XPARAMETERS_HPP_
|
||||
#include <com/sun/star/sdbc/XParameters.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XRESULTSETMETADATASUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XPREPAREDBATCHEXECUTION_HPP_
|
||||
#include <com/sun/star/sdbc/XPreparedBatchExecution.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_IO_XINPUTSTREAM_HPP_
|
||||
#include <com/sun/star/io/XInputStream.hpp>
|
||||
#endif
|
||||
|
||||
#include <tools/preextstl.h>
|
||||
#include <cppconn/prepared_statement.h>
|
||||
|
@@ -30,24 +30,12 @@
|
||||
#ifndef _CONNECTIVITY_OSUBCOMPONENT_HXX_
|
||||
#define _CONNECTIVITY_OSUBCOMPONENT_HXX_
|
||||
|
||||
#ifndef _CPPUHELPER_WEAK_HXX_
|
||||
#include <cppuhelper/weak.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_INTERFACECONTAINER_H_
|
||||
#include <cppuhelper/interfacecontainer.h>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_DISPOSEDEXCEPTION_HPP_
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_PROPSHLP_HXX
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
#endif
|
||||
#ifndef _OSL_MUTEX_HXX_
|
||||
#include <osl/mutex.hxx>
|
||||
#endif
|
||||
#ifndef _OSL_DIAGNOSE_H_
|
||||
#include <osl/diagnose.h>
|
||||
#endif
|
||||
|
||||
namespace cppu {
|
||||
class IPropertyArrayHelper;
|
||||
|
@@ -45,9 +45,7 @@
|
||||
#include <com/sun/star/ui/dialogs/XFilePreview.hpp>
|
||||
#include <com/sun/star/ui/dialogs/XFilterManager.hpp>
|
||||
#include <com/sun/star/ui/dialogs/XFilterGroupManager.hpp>
|
||||
#ifndef _COM_SUN_STAR_UI_DIALOGS_XFOLDERPICKER_HDL_
|
||||
#include <com/sun/star/ui/dialogs/XFolderPicker.hpp>
|
||||
#endif
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
|
@@ -35,9 +35,7 @@
|
||||
#include <com/sun/star/frame/XModel.hpp>
|
||||
#include <com/sun/star/task/XStatusIndicator.hpp>
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#ifndef _COM_SUN_STAR_LANG_XMULTI_COMPONENT_FACTORY_HPP_
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#endif
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
|
||||
class Point;
|
||||
|
@@ -27,9 +27,7 @@
|
||||
|
||||
#ifndef OPTIMIZERDIALOG_HXX
|
||||
#define OPTIMIZERDIALOG_HXX
|
||||
#ifndef _OPTIMIZERDIALOG_HRC
|
||||
#include "optimizerdialog.hrc"
|
||||
#endif
|
||||
#include <vector>
|
||||
#include "unodialog.hxx"
|
||||
#include "pppoptimizertoken.hxx"
|
||||
@@ -48,9 +46,7 @@
|
||||
#include <com/sun/star/view/XSelectionSupplier.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#include <com/sun/star/awt/XItemEventBroadcaster.hpp>
|
||||
#ifndef _COM_SUN_STAR_UTIL_XCloseListener_HPP_
|
||||
#include <com/sun/star/util/XCloseListener.hpp>
|
||||
#endif
|
||||
#include <com/sun/star/frame/XStorable.hpp>
|
||||
#include <com/sun/star/frame/XDispatch.hpp>
|
||||
#include <com/sun/star/frame/XDesktop.hpp>
|
||||
|
@@ -35,9 +35,7 @@
|
||||
#include <com/sun/star/beans/XPropertySetInfo.hpp>
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#ifndef _COM_SUN_STAR_LANG_XMULTI_COMPONENT_FACTORY_HPP_
|
||||
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
|
||||
#endif
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
#include <com/sun/star/frame/XController.hpp>
|
||||
#include <com/sun/star/frame/XDispatch.hpp>
|
||||
|
@@ -30,9 +30,7 @@
|
||||
|
||||
#include <com/sun/star/uno/Sequence.h>
|
||||
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
|
||||
#ifndef _COM_SUN_STAR_LANG_XMULTI_COMPONENT_FACTORY_HPP_
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#endif
|
||||
#include <com/sun/star/container/XIndexContainer.hpp>
|
||||
#include <com/sun/star/frame/XController.hpp>
|
||||
#include <com/sun/star/frame/XFrame.hpp>
|
||||
|
0
sdext/source/pdfimport/inc/contentsink.hxx
Executable file → Normal file
0
sdext/source/pdfimport/inc/contentsink.hxx
Executable file → Normal file
0
sdext/source/pdfimport/inc/pdfihelper.hxx
Executable file → Normal file
0
sdext/source/pdfimport/inc/pdfihelper.hxx
Executable file → Normal file
0
sdext/source/pdfimport/inc/wrapper.hxx
Executable file → Normal file
0
sdext/source/pdfimport/inc/wrapper.hxx
Executable file → Normal file
0
sdext/source/presenter/PresenterAccessibility.hxx
Executable file → Normal file
0
sdext/source/presenter/PresenterAccessibility.hxx
Executable file → Normal file
0
sdext/source/presenter/PresenterTextView.hxx
Executable file → Normal file
0
sdext/source/presenter/PresenterTextView.hxx
Executable file → Normal file
Reference in New Issue
Block a user