Kaydet (Commit) e5dce943 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

fix-includes.pl: lwp

Change-Id: Ib0c5d5c0b0b3c6c290e7e1bbe18464155232ace3
üst 023547ab
...@@ -15,13 +15,7 @@ ...@@ -15,13 +15,7 @@
*/ */
#include "assert.h" #include "assert.h"
#include "rtl/textenc.h"
#include "string.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 <assert.h>
#include <boost/cast.hpp> #include <boost/cast.hpp>
#include <boost/scoped_array.hpp> #include <boost/scoped_array.hpp>
...@@ -71,10 +65,13 @@ ...@@ -71,10 +65,13 @@
#include <sstream> #include <sstream>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <svx/xbitmap.hxx>
#include <tools/stream.hxx> #include <tools/stream.hxx>
#include <ucbhelper/content.hxx> #include <ucbhelper/content.hxx>
#include <unicode/timezone.h> #include <unicode/timezone.h>
#include <unicode/udat.h> #include <unicode/udat.h>
#include <vcl/bmpacc.hxx>
#include <vcl/dibtools.hxx>
#include <vcl/settings.hxx> #include <vcl/settings.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vector> #include <vector>
......
...@@ -63,10 +63,10 @@ ...@@ -63,10 +63,10 @@
#include "lwppttntbl.hxx" #include "lwppttntbl.hxx"
#include "xfilter/xfbgimage.hxx" #include "xfilter/xfbgimage.hxx"
#include "tools/stream.hxx" #include <tools/stream.hxx>
#include "vcl/dibtools.hxx" #include <vcl/dibtools.hxx>
#include "vcl/bmpacc.hxx" #include <vcl/bmpacc.hxx>
#include "svx/xbitmap.hxx" #include <svx/xbitmap.hxx>
void LwpBackgroundStuff::Read(LwpObjectStream* pStrm) void LwpBackgroundStuff::Read(LwpObjectStream* pStrm)
{ {
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
************************************************************************/ ************************************************************************/
#include "lwpcharsetmgr.hxx" #include "lwpcharsetmgr.hxx"
//Added for SS migration //Added for SS migration
#include "rtl/textenc.h" #include <rtl/textenc.h>
LwpCharSetMgr* LwpCharSetMgr::Instance = NULL; LwpCharSetMgr* LwpCharSetMgr::Instance = NULL;
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
#include "lwpobjhdr.hxx" #include "lwpobjhdr.hxx"
#include "lwpobjid.hxx" #include "lwpobjid.hxx"
#include "lwpstory.hxx" #include "lwpstory.hxx"
#include "tools/gen.hxx" #include <tools/gen.hxx>
#include <svx/svdoole2.hxx> #include <svx/svdoole2.hxx>
#include <svx/svdpage.hxx> #include <svx/svdpage.hxx>
#include <sfx2/objsh.hxx> #include <sfx2/objsh.hxx>
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFDEFS_HXX #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFDEFS_HXX
#define 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 enum enumXFContent
{ {
......
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
#include <cassert> #include <cassert>
#include "sal/types.h" #include <sal/types.h>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
* Document object of the xml filter framework. * Document object of the xml filter framework.
************************************************************************/ ************************************************************************/
#include "xfsaxattrlist.hxx" #include "xfsaxattrlist.hxx"
#include "xmloff/attrlist.hxx" #include <xmloff/attrlist.hxx>
XFSaxAttrList::XFSaxAttrList() XFSaxAttrList::XFSaxAttrList()
{ {
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFSAXATTRLIST_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFSAXATTRLIST_HXX
#include "ixfattrlist.hxx" #include "ixfattrlist.hxx"
#include "xmloff/attrlist.hxx" #include <xmloff/attrlist.hxx>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp> #include <com/sun/star/xml/sax/XDocumentHandler.hpp>
class XFSaxAttrList : public IXFAttrList class XFSaxAttrList : public IXFAttrList
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment