#i107450#: build all other modules with new editeng lib

This commit is contained in:
Mathias Bauer
2010-01-08 18:32:51 +01:00
parent 8478b0c12b
commit 062389b010
68 changed files with 269 additions and 333 deletions

View File

@@ -35,7 +35,7 @@
#ifndef _SVX_SVXIDS_HRC
#include <svx/svxids.hrc>
#endif
#include <svx/eeitem.hxx>
#include <editeng/eeitem.hxx>
#include <svl/itemset.hxx>
#include <svl/itempool.hxx>
#include <vcl/mapunit.hxx>
@@ -43,18 +43,18 @@
#include <vcl/outdev.hxx>
#define ITEMID_ADJUST EE_PARA_JUST
#include <svx/adjitem.hxx>
#include <editeng/adjitem.hxx>
#define ITEMID_WEIGHT EE_CHAR_WEIGHT
#include <svx/wghtitem.hxx>
#include <editeng/wghtitem.hxx>
#define ITEMID_ESCAPEMENT EE_CHAR_ESCAPEMENT
#include <svx/escpitem.hxx>
#include <editeng/escpitem.hxx>
#define ITEMID_LINESPACING EE_PARA_SBL
#include <svx/lspcitem.hxx>
#include <editeng/lspcitem.hxx>
#define ITEMID_FONTHEIGHT EE_CHAR_FONTHEIGHT
#include <svx/fhgtitem.hxx>
#include <editeng/fhgtitem.hxx>
#define ITEMID_FRAMEDIR EE_PARA_WRITINGDIR
#include <svx/frmdiritem.hxx>
#include <svx/scripttypeitem.hxx>
#include <editeng/frmdiritem.hxx>
#include <editeng/scripttypeitem.hxx>
//........................................................................
namespace frm