changefileheader2: #i10000#: convert files with CR/LF characters to CR only
This commit is contained in:
@@ -28,33 +28,33 @@
|
||||
// MARKER(update_precomp.py): autogen include statement, do not remove
|
||||
#include "precompiled_forms.hxx"
|
||||
|
||||
#include "frm_resource.hrc"
|
||||
#include "frm_resource.hxx"
|
||||
#include "InterfaceContainer.hxx"
|
||||
#include "property.hrc"
|
||||
#include "services.hxx"
|
||||
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/container/XNamed.hpp>
|
||||
#include <com/sun/star/io/WrongFormatException.hpp>
|
||||
#include <com/sun/star/io/XMarkableStream.hpp>
|
||||
#include <com/sun/star/lang/XComponent.hpp>
|
||||
#include <com/sun/star/util/XCloneable.hpp>
|
||||
|
||||
#include <comphelper/container.hxx>
|
||||
#include <comphelper/enumhelper.hxx>
|
||||
#include <comphelper/eventattachermgr.hxx>
|
||||
#include <comphelper/property.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <comphelper/types.hxx>
|
||||
#include <cppuhelper/exc_hlp.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <rtl/logfile.hxx>
|
||||
#include <tools/debug.hxx>
|
||||
#include <tools/diagnose_ex.h>
|
||||
#include "frm_resource.hrc"
|
||||
#include "frm_resource.hxx"
|
||||
#include "InterfaceContainer.hxx"
|
||||
#include "property.hrc"
|
||||
#include "services.hxx"
|
||||
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#include <com/sun/star/container/XNamed.hpp>
|
||||
#include <com/sun/star/io/WrongFormatException.hpp>
|
||||
#include <com/sun/star/io/XMarkableStream.hpp>
|
||||
#include <com/sun/star/lang/XComponent.hpp>
|
||||
#include <com/sun/star/util/XCloneable.hpp>
|
||||
|
||||
#include <comphelper/container.hxx>
|
||||
#include <comphelper/enumhelper.hxx>
|
||||
#include <comphelper/eventattachermgr.hxx>
|
||||
#include <comphelper/property.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
#include <comphelper/types.hxx>
|
||||
#include <cppuhelper/exc_hlp.hxx>
|
||||
#include <cppuhelper/queryinterface.hxx>
|
||||
#include <rtl/logfile.hxx>
|
||||
#include <tools/debug.hxx>
|
||||
#include <tools/diagnose_ex.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
|
||||
//.........................................................................
|
||||
namespace frm
|
||||
|
Reference in New Issue
Block a user