diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-05 15:55:58 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-11-06 05:44:52 +0000 |
commit | 7a401e5e83abb41b51fca92e3d92dfb2fff6d0e6 (patch) | |
tree | 09792748ab8f1e7f976d28c2163637f8268f6d36 /sw/inc/fmtsrndenum.hxx | |
parent | cb27eef229ce7f3d415184e74d1cb24ec2f8510c (diff) |
com::sun::star->css in sw/inc
Change-Id: I6ffdb1deaa32156c65f997a1a1056928b7cd863d
Reviewed-on: https://gerrit.libreoffice.org/19803
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/fmtsrndenum.hxx')
-rw-r--r-- | sw/inc/fmtsrndenum.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/fmtsrndenum.hxx b/sw/inc/fmtsrndenum.hxx index b9e17f5be879..82bbb53ee17b 100644 --- a/sw/inc/fmtsrndenum.hxx +++ b/sw/inc/fmtsrndenum.hxx @@ -22,13 +22,13 @@ #include <com/sun/star/text/WrapTextMode.hpp> enum SwSurround { - SURROUND_NONE = com::sun::star::text::WrapTextMode_NONE, + SURROUND_NONE = css::text::WrapTextMode_NONE, SURROUND_BEGIN = SURROUND_NONE, - SURROUND_THROUGHT = com::sun::star::text::WrapTextMode_THROUGHT, - SURROUND_PARALLEL = com::sun::star::text::WrapTextMode_PARALLEL, - SURROUND_IDEAL = com::sun::star::text::WrapTextMode_DYNAMIC, - SURROUND_LEFT = com::sun::star::text::WrapTextMode_LEFT, - SURROUND_RIGHT = com::sun::star::text::WrapTextMode_RIGHT, + SURROUND_THROUGHT = css::text::WrapTextMode_THROUGHT, + SURROUND_PARALLEL = css::text::WrapTextMode_PARALLEL, + SURROUND_IDEAL = css::text::WrapTextMode_DYNAMIC, + SURROUND_LEFT = css::text::WrapTextMode_LEFT, + SURROUND_RIGHT = css::text::WrapTextMode_RIGHT, SURROUND_END }; |