fix-includes.pl: lwp
Change-Id: Ib0c5d5c0b0b3c6c290e7e1bbe18464155232ace3
This commit is contained in:
parent
023547ab9a
commit
e5dce94396
@ -15,13 +15,7 @@
|
||||
*/
|
||||
|
||||
#include "assert.h"
|
||||
#include "rtl/textenc.h"
|
||||
#include "string.h"
|
||||
#include "svx/xbitmap.hxx"
|
||||
#include "tools/stream.hxx"
|
||||
#include "vcl/bmpacc.hxx"
|
||||
#include "vcl/dibtools.hxx"
|
||||
#include "xmloff/attrlist.hxx"
|
||||
#include <assert.h>
|
||||
#include <boost/cast.hpp>
|
||||
#include <boost/scoped_array.hpp>
|
||||
@ -71,10 +65,13 @@
|
||||
#include <sstream>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <svx/xbitmap.hxx>
|
||||
#include <tools/stream.hxx>
|
||||
#include <ucbhelper/content.hxx>
|
||||
#include <unicode/timezone.h>
|
||||
#include <unicode/udat.h>
|
||||
#include <vcl/bmpacc.hxx>
|
||||
#include <vcl/dibtools.hxx>
|
||||
#include <vcl/settings.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vector>
|
||||
|
@ -63,10 +63,10 @@
|
||||
#include "lwppttntbl.hxx"
|
||||
#include "xfilter/xfbgimage.hxx"
|
||||
|
||||
#include "tools/stream.hxx"
|
||||
#include "vcl/dibtools.hxx"
|
||||
#include "vcl/bmpacc.hxx"
|
||||
#include "svx/xbitmap.hxx"
|
||||
#include <tools/stream.hxx>
|
||||
#include <vcl/dibtools.hxx>
|
||||
#include <vcl/bmpacc.hxx>
|
||||
#include <svx/xbitmap.hxx>
|
||||
|
||||
void LwpBackgroundStuff::Read(LwpObjectStream* pStrm)
|
||||
{
|
||||
|
@ -59,7 +59,7 @@
|
||||
************************************************************************/
|
||||
#include "lwpcharsetmgr.hxx"
|
||||
//Added for SS migration
|
||||
#include "rtl/textenc.h"
|
||||
#include <rtl/textenc.h>
|
||||
|
||||
LwpCharSetMgr* LwpCharSetMgr::Instance = NULL;
|
||||
|
||||
|
@ -68,7 +68,7 @@
|
||||
#include "lwpobjhdr.hxx"
|
||||
#include "lwpobjid.hxx"
|
||||
#include "lwpstory.hxx"
|
||||
#include "tools/gen.hxx"
|
||||
#include <tools/gen.hxx>
|
||||
#include <svx/svdoole2.hxx>
|
||||
#include <svx/svdpage.hxx>
|
||||
#include <sfx2/objsh.hxx>
|
||||
|
@ -60,7 +60,7 @@
|
||||
#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFDEFS_HXX
|
||||
#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFDEFS_HXX
|
||||
|
||||
#include "sal/types.h"
|
||||
#include <sal/types.h>
|
||||
|
||||
enum enumXFContent
|
||||
{
|
||||
|
@ -63,7 +63,7 @@
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#include "sal/types.h"
|
||||
#include <sal/types.h>
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
* Document object of the xml filter framework.
|
||||
************************************************************************/
|
||||
#include "xfsaxattrlist.hxx"
|
||||
#include "xmloff/attrlist.hxx"
|
||||
#include <xmloff/attrlist.hxx>
|
||||
|
||||
XFSaxAttrList::XFSaxAttrList()
|
||||
{
|
||||
|
@ -61,7 +61,7 @@
|
||||
#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFSAXATTRLIST_HXX
|
||||
|
||||
#include "ixfattrlist.hxx"
|
||||
#include "xmloff/attrlist.hxx"
|
||||
#include <xmloff/attrlist.hxx>
|
||||
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
|
||||
|
||||
class XFSaxAttrList : public IXFAttrList
|
||||
|
Loading…
x
Reference in New Issue
Block a user