diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-01-07 18:52:36 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-01-07 18:52:36 +0100 |
commit | 67791d91c26061b34a0084ca4011d58a0f8ff3c5 (patch) | |
tree | a39ec564a1d90f573a96d3cbd539fc95c8ac6cda /svx/workben | |
parent | aed3f1817f4de6314285efed1e48dc7c305e4f67 (diff) |
#i107450#: make svx buildable with new editeng lib
Diffstat (limited to 'svx/workben')
-rw-r--r-- | svx/workben/edittest.cxx | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/svx/workben/edittest.cxx b/svx/workben/edittest.cxx index e7bf4840f793..00d5ee1dfdf5 100644 --- a/svx/workben/edittest.cxx +++ b/svx/workben/edittest.cxx @@ -31,13 +31,13 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svx.hxx" -#include <svx/editeng.hxx> -#include <svx/eeitem.hxx> -#include <svx/editview.hxx> -#include <svx/editobj.hxx> -#include <editstat.hxx> +#include <editeng/editeng.hxx> +#include <editeng/eeitem.hxx> +#include <editeng/editview.hxx> +#include <editeng/editobj.hxx> +#include <editeng/editstat.hxx> #include <eerdll.hxx> -#include <svx/flditem.hxx> +#include <editeng/flditem.hxx> #include <tools/urlobj.hxx> #include <svx/svxacorr.hxx> #include <tools/fsys.hxx> @@ -69,23 +69,23 @@ #include <sfx2/sfxuno.hxx> // SVX -#include <svx/lrspitem.hxx> -#include <svx/shdditem.hxx> -#include <svx/cntritem.hxx> -#include <svx/crsditem.hxx> -#include <svx/udlnitem.hxx> -#include <svx/lspcitem.hxx> -#include <svx/escpitem.hxx> -#include <svx/kernitem.hxx> -#include <svx/akrnitem.hxx> -#include <svx/wrlmitem.hxx> -#include <svx/colritem.hxx> -#include <svx/ulspitem.hxx> -#include <svx/postitem.hxx> -#include <svx/adjitem.hxx> -#include <svx/wghtitem.hxx> -#include <svx/fhgtitem.hxx> -#include <fontitem.hxx> +#include <editeng/lrspitem.hxx> +#include <editeng/shdditem.hxx> +#include <editeng/cntritem.hxx> +#include <editeng/crsditem.hxx> +#include <editeng/udlnitem.hxx> +#include <editeng/lspcitem.hxx> +#include <editeng/escpitem.hxx> +#include <editeng/kernitem.hxx> +#include <editeng/akrnitem.hxx> +#include <editeng/wrlmitem.hxx> +#include <editeng/colritem.hxx> +#include <editeng/ulspitem.hxx> +#include <editeng/postitem.hxx> +#include <editeng/adjitem.hxx> +#include <editeng/wghtitem.hxx> +#include <editeng/fhgtitem.hxx> +#include <editeng/fontitem.hxx> #include <fwdtitem.hxx> // SVTOOLS |