diff options
Diffstat (limited to 'editeng/source/rtf/rtfitem.cxx')
-rw-r--r-- | editeng/source/rtf/rtfitem.cxx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/editeng/source/rtf/rtfitem.cxx b/editeng/source/rtf/rtfitem.cxx index a8b100cde7da..a5e7a771b97f 100644 --- a/editeng/source/rtf/rtfitem.cxx +++ b/editeng/source/rtf/rtfitem.cxx @@ -25,23 +25,23 @@ #include <editeng/fhgtitem.hxx> #include <editeng/fwdtitem.hxx> #include <editeng/udlnitem.hxx> -#include <editeng/crsditem.hxx> +#include <editeng/crossedoutitem.hxx> #include <editeng/shdditem.hxx> -#include <editeng/akrnitem.hxx> +#include <editeng/autokernitem.hxx> #include <editeng/wrlmitem.hxx> -#include <editeng/cntritem.hxx> +#include <editeng/contouritem.hxx> #include <editeng/prszitem.hxx> #include <editeng/colritem.hxx> -#include <editeng/cscoitem.hxx> +#include <editeng/charsetcoloritem.hxx> #include <editeng/kernitem.hxx> #include <editeng/cmapitem.hxx> -#include <editeng/escpitem.hxx> +#include <editeng/escapementitem.hxx> #include <editeng/langitem.hxx> #include <editeng/nlbkitem.hxx> #include <editeng/nhypitem.hxx> #include <editeng/lcolitem.hxx> -#include <editeng/blnkitem.hxx> -#include <editeng/emphitem.hxx> +#include <editeng/blinkitem.hxx> +#include <editeng/emphasismarkitem.hxx> #include <editeng/twolinesitem.hxx> #include <editeng/pbinitem.hxx> #include <editeng/sizeitem.hxx> @@ -52,18 +52,18 @@ #include <editeng/protitem.hxx> #include <editeng/shaditem.hxx> #include <editeng/boxitem.hxx> -#include <editeng/brkitem.hxx> +#include <editeng/formatbreakitem.hxx> #include <editeng/keepitem.hxx> -#include <editeng/bolnitem.hxx> -#include <editeng/brshitem.hxx> +#include <editeng/lineitem.hxx> +#include <editeng/brushitem.hxx> #include <editeng/lspcitem.hxx> -#include <editeng/adjitem.hxx> +#include <editeng/adjustitem.hxx> #include <editeng/orphitem.hxx> #include <editeng/widwitem.hxx> #include <editeng/tstpitem.hxx> #include <editeng/pmdlitem.hxx> #include <editeng/spltitem.hxx> -#include <editeng/hyznitem.hxx> +#include <editeng/hyphenzoneitem.hxx> #include <editeng/charscaleitem.hxx> #include <editeng/charrotateitem.hxx> #include <editeng/charreliefitem.hxx> |