Kaydet (Commit) 682ace70 authored tarafından Alexandre Vicenzi's avatar Alexandre Vicenzi Kaydeden (comit) Caolán McNamara

fdo#63154 Remove unused solar.h reference in editeng

Change-Id: I472cb0dcfcb2d36fab65041acb47bd75d22a7b3f
Reviewed-on: https://gerrit.libreoffice.org/8119Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst c6fd5242
......@@ -22,7 +22,6 @@
#define INCLUDED_EDITENG_EDITDATA_HXX
#include <rtl/ustring.hxx>
#include <tools/solar.h>
#include <editeng/editengdllapi.h>
class SfxItemSet;
......@@ -210,8 +209,6 @@ struct EDITENG_DLLPUBLIC EFieldInfo
EFieldInfo& operator= ( const EFieldInfo& );
};
// -----------------------------------------------------------------------
enum ImportState {
RTFIMP_START, RTFIMP_END, // only pParser, nPara, nIndex
RTFIMP_NEXTTOKEN, RTFIMP_UNKNOWNATTR, // nToken+nTokenValue
......
......@@ -20,7 +20,6 @@
#define INCLUDED_EDITENG_EDTDLG_HXX
#include <rtl/ustring.hxx>
#include <tools/solar.h>
#include <editeng/editengdllapi.h>
#include <i18nlangtag/lang.h>
#include <com/sun/star/uno/Reference.hxx>
......
......@@ -20,19 +20,14 @@
#ifndef INCLUDED_EDITENG_OUTLOBJ_HXX
#define INCLUDED_EDITENG_OUTLOBJ_HXX
//////////////////////////////////////////////////////////////////////////////
#include <editeng/paragraphdata.hxx>
#include <editeng/editengdllapi.h>
#include <rtl/ustring.hxx>
#include <rsc/rscsfx.hxx>
#include <tools/solar.h>
class EditTextObject;
class ImplOutlinerParaObject;
//////////////////////////////////////////////////////////////////////////////
class EDITENG_DLLPUBLIC OutlinerParaObject
{
private:
......@@ -84,8 +79,6 @@ public:
const SfxStyleFamily& rNewFamily);
};
//////////////////////////////////////////////////////////////////////////////
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -20,10 +20,9 @@
#ifndef INCLUDED_EDITENG_PARAGRAPHDATA_HXX
#define INCLUDED_EDITENG_PARAGRAPHDATA_HXX
#include <tools/solar.h>
#include <vector>
#include <sal/types.h>
//////////////////////////////////////////////////////////////////////////////
// Only for internal use, oder some kind like hPara for the few
// functions where you need it outside ( eg. moving paragraphs... )
//
......@@ -53,12 +52,8 @@ public:
sal_Int16 getDepth() const { return nDepth; }
};
//////////////////////////////////////////////////////////////////////////////
typedef ::std::vector< ParagraphData > ParagraphDataVector;
//////////////////////////////////////////////////////////////////////////////
#endif // INCLUDED_EDITENG_PARAGRAPHDATA_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -21,9 +21,7 @@
#define INCLUDED_EDITENG_TXTRANGE_HXX
#include <editeng/editengdllapi.h>
#include <tools/solar.h>
#include <tools/gen.hxx>
#include <deque>
class PolyPolygon;
......@@ -35,11 +33,6 @@ namespace basegfx {
typedef std::deque<long>* LongDqPtr;
/*************************************************************************
|*
|* class TextRanger
|*
*************************************************************************/
class EDITENG_DLLPUBLIC TextRanger
{
//! The RangeCache class is used to cache the result of a single range calculation.
......@@ -91,8 +84,6 @@ public:
void SetVertical( sal_Bool bNew );
};
#endif // _TXTRANGE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -25,7 +25,6 @@
#include <i18nlangtag/lang.h>
#include <rtl/ustring.hxx>
#include <tools/gen.hxx>
#include <tools/solar.h>
#include <vcl/mapmod.hxx>
#include <tools/color.hxx>
#include <svl/poolitem.hxx>
......
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